diff --git a/README.md b/README.md index 701ec64..d081db6 100644 --- a/README.md +++ b/README.md @@ -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