Skip to content

Commit ba05c63

Browse files
authored
fix: typos (#35)
1 parent cc5cc38 commit ba05c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
88

9-
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at `Documents/config.json` in your PC) for regular usage.
9+
Usually, you will never need to use all the options (and even if you do, all the settings are saved locally at `Documents/config.json` in your PC) for regular usage.
1010

1111
The GUI basically uses dart's [process](https://api.dart.dev/stable/2.13.4/dart-io/Process-class.html) class to [start](https://api.dart.dev/stable/2.13.4/dart-io/Process/start.html) the ccextractor executable and shows the progress and live output.
1212

@@ -22,7 +22,7 @@ The GUI basically uses dart's [process](https://api.dart.dev/stable/2.13.4/dart-
2222
Depending on your OS of choice, one or multiple options are available.
2323

2424
### Windows
25-
- (preferred) [Download the .msi](https://github.com/CCExtractor/ccextractor/releases) to install CCExtractor and this GUI
25+
- (preferred) [Download the .msi](https://github.com/CCExtractor/ccextractor/releases) to install CCExtractor and the GUI
2626
- Download the built GUI from the releases on this repository. You'll have to provide a CCExtractor binary yourself
2727
- Download this repository and build the GUI by yourself. You'll have to provide a CCExtractor binary yourself
2828

@@ -34,7 +34,7 @@ MacOS requires you to build the GUI from source and get ccextractor manually. Fo
3434

3535

3636
## Usage
37-
For users new to GUI check out the usage guide [here](USAGE.MD). You can also check all the options avaiable in ccextractor [here](https://ccextractor.org/public/general/command_line_usage/)
37+
For users new to GUI check out the usage guide [here](USAGE.MD). You can also check all the options avaiable in ccextractor [here](https://ccextractor.org/public/general/command_line_usage/).
3838

3939

4040
## Contributing

0 commit comments

Comments
 (0)