Skip to content

Commit b6620bf

Browse files
committed
Corrected spelling mistake
1 parent 3ac1368 commit b6620bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ $ npm install -g detect-file-encoding-and-language
183183
Once installed you'll be able to use the command `dfeal` to retrieve the encoding and language of your text files.
184184

185185
```bash
186-
$ dfeal "/home/user name/Documents/subtitle file.srt"
186+
$ dfeal "/home/username/Documents/subtitle file.srt"
187187
# Possible result: { language: french, encoding: CP1252, confidence: { encoding: 0.99, language: 0.99 } }
188188
```
189189

190190
or without quotation marks, using backslashes to escape spaces:
191191

192192
```bash
193-
$ dfeal /home/user\ name/Documents/subtitle\ file.srt
193+
$ dfeal /home/username/Documents/subtitle\ file.srt
194194
# Possible result: { language: french, encoding: CP1252, confidence: { encoding: 0.97, language: 0.97 } }
195195
```
196196

0 commit comments

Comments
 (0)