Skip to content

Commit

Permalink
Update compliments README.md for multi-line support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubertao committed Sep 20, 2018
1 parent cad7deb commit d76c924
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/default/compliments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ config: {
}
````

#### Multi-line compliments:
Use `\n` to split compliment text into multiple lines, e.g. `First line.\nSecond line.` will be shown as:
```
First line.
Second line.
```

### External Compliment File
You may specify an external file that contains the three compliment arrays. This is particularly useful if you have a
large number of compliments and do not wish to crowd your `config.js` file with a large array of compliments.
Expand Down

0 comments on commit d76c924

Please sign in to comment.