We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736f0d6 commit b5b2aefCopy full SHA for b5b2aef
README.md
@@ -30,7 +30,7 @@ gem install nipper_parser
30
31
basic report information
32
```ruby
33
-nipper_parser = NipperPareser.open('network-devices.xml')
+nipper_parser = NipperPareser::Config.open('network-devices.xml')
34
puts nipper_parser.information.title
35
puts nipper_parser.information.author
36
puts nipper_parser.information.date
0 commit comments