Skip to content

Commit 090ee82

Browse files
ckebossrxaviers
authored andcommitted
Fix function name typo in readme
Changes `writeSyncFile` with `writeFileSync`.
1 parent 22ed208 commit 090ee82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var globalizeCompiler = require( "globalize-compiler" );
8787
**Example**
8888

8989
```javascript
90-
fs.writeSyncFile( "my-formatters-and-parsers.js", globalizeCompiler.compile([
90+
fs.writeFileSync( "my-formatters-and-parsers.js", globalizeCompiler.compile([
9191
formatter1,
9292
formatter2,
9393
...,

0 commit comments

Comments
 (0)