Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed May 16, 2015
1 parent 016c712 commit a303bc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,10 @@ Regular expressions are supported:
"/someword3/i"
]
```
Examples:<br/>
`yaspeller --dictionary my_dict.json .`<br/>
`yaspeller --dictionary my_dict.json:my_dict2.json .`


#### `--report <type>`
Set type of report: `console`, `html` or `json`.<br/>
Expand Down
3 changes: 3 additions & 0 deletions README.ru.md
Expand Up @@ -59,6 +59,9 @@ JSON-файл собственного словаря.
"/someword3/i"
]
```
Примеры использования:<br/>
`yaspeller --dictionary my_dict.json .`<br/>
`yaspeller --dictionary my_dict.json:my_dict2.json .`

#### `--report <type>`
Задать вид отчёта: `console`, `html` или `json`.<br/>
Expand Down

0 comments on commit a303bc7

Please sign in to comment.