Skip to content

Commit eb2f362

Browse files
committed
Fixed some typos on readme.md
1 parent 219b1f8 commit eb2f362

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# NetCoreAudio
2+
23
The library allows playback of audio files on .NET Core on any operating system with minimal dependencies
34

4-
# Usage
5+
## Usage
56

67
The library exposes Player class, which detects the OS the library is running on and abstracts away any OS-specific audio playback implementations.
78

89
## Properties
910

10-
### bool Plaing
11+
### bool Playing
1112

1213
Indicates that the audio is currently playing.
1314

@@ -23,7 +24,7 @@ Will stop any current playback and will start playing the specified audio file.
2324

2425
### Pause()
2526

26-
Pauses any ongong playback. Sets Paused flag to true. Doesn't modify Playing flag.
27+
Pauses any ongoing playback. Sets Paused flag to true. Doesn't modify Playing flag.
2728

2829
### Resume()
2930

@@ -40,4 +41,3 @@ Stopped playback cannot be resumed. If the same file needs to be played again, i
4041
### EventHandler PlaybackFinished
4142

4243
Internally, sets Playing flag to false. Additional handlers can be attached to it to handle any custom logic.
43-

0 commit comments

Comments
 (0)