Skip to content

Commit

Permalink
Update README.md (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesEiPL authored Nov 21, 2023
1 parent 9221176 commit 9b76f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require 'cfonb'

# Parse a file
text = File.open('spec/files/example.txt')
cfonb = CFONB::Parser.parse(text)
cfonb = CFONB.parse(text)
```

## Contributing
Expand Down

0 comments on commit 9b76f97

Please sign in to comment.