Skip to content

Commit f1088bb

Browse files
committed
fix README thinko s/fparse/fload/ (closes #46)
1 parent 6e4a27c commit f1088bb

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
@@ -29,7 +29,7 @@ QCon](http://www.youtube.com/watch?v=wlvKAT7SZIQ) (voted best talk).
2929
jsonfile <- system.file("jsonexamples", "twitter.json", package="RcppSimdJson")
3030
library(RcppSimdJson)
3131
validateJSON(jsonfile) # validate a JSON file
32-
res <- fparse(jsonfile) # parse a JSON file
32+
res <- fload(jsonfile) # parse a JSON file
3333
```
3434

3535
### Comparison

0 commit comments

Comments
 (0)