Skip to content

Commit

Permalink
Updated usage options in custom templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx committed May 3, 2019
1 parent 30a7cdc commit 00ece80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@ $ istanbul cover --print both node_modules/.bin/_mocha -- test/index.js
#### Symbols Count

```js
{{ symbolsCount(post.content) }}
{{ symbolsCount(post) }}
```

#### Symbols Time

```js
{{ symbolsTime(post.content) }}
{{ symbolsTime(post) }}
```

Or with predefined parameters:

```js
{{ symbolsTime(post.content, AWL, WPM, Suffix) }}
{{ symbolsTime(post, AWL, WPM, Suffix) }}
```

#### Symbols Count Total
Expand Down

0 comments on commit 00ece80

Please sign in to comment.