Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yonimn2000 authored Sep 7, 2019
1 parent c5121dd commit 00a9e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ A simple command line synonyms practice tool.
1. Create a file named `WordsList.txt` in the same folder as the executable file.
2. On each line of the file write the keyword, the keyword part of speech (verb, noun, adjective, etc.), and at least one synonym - all separated by commas in the following format: `[keyword],[keyword part of speech],[synonym]` or `[keyword],[keyword part of speech],[synonym1],[synonym2],[synonym3],...`

### Words File Example
### `WordsList.txt` Example
```CSV
change,noun,modification,alternation,variation,diversity,variety
method,noun,process,way,manner,system,procedure
real,adjective,genuine,valid,authentic,true,actual
hard,adjective,stern,rigorous,severe,harsh,exacting
```
```

0 comments on commit 00a9e4d

Please sign in to comment.