Skip to content

Commit

Permalink
fix anchor links
Browse files Browse the repository at this point in the history
add saveSync into readme
  • Loading branch information
JPeer264 committed Feb 13, 2017
1 parent db8ca9d commit cc08e61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#### Methods
- [save](#save)
- [saveSync](#save)
- [objectToJson](#objecttojson)

##### save
Expand All @@ -29,6 +30,8 @@
**rcs.helper.save(destinationPath, data[, options] cb)**

Sync: `saveSync`

Options:

- overwrite (Boolean): If it should overwrite an existing file. Default `false`.
Expand Down Expand Up @@ -100,9 +103,9 @@ describe('a test', () => {
#### Methods
- [file](#file)
- [fileSync](#fileSync)
- [fileSync](#file)
- [fileCss](#filecss)
- [fileCssSync](#filecsssync)
- [fileCssSync](#filecss)
- [buffer](#buffer)
- [bufferCss](#buffercss)
- [string](#string)
Expand Down

0 comments on commit cc08e61

Please sign in to comment.