summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorMatt Brictson <mattbrictson@users.noreply.github.com>2017-05-06 15:16:04 -0700
committerGitHub <noreply@github.com>2017-05-06 15:16:04 -0700
commitb6f5fa9fc8c1aa147d2eac2ede9a4e9db8eede3c (patch)
tree7b7930efdf2a1ac9ac8ace0ccbe2c61df2da8602 /README.rdoc
parentc7249cf5115dd21b5dc65b0122af6c3b0d063095 (diff)
parentbe2183c0fda330905b612058c6d28fadee282cdb (diff)
downloadplist-b6f5fa9fc8c1aa147d2eac2ede9a4e9db8eede3c.tar.gz
Merge pull request #41 from reitermarkus/code-cleanup
Code cleanup.
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 1fe9a3f..0df9d97 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -9,7 +9,7 @@ Plist is a library to manipulate Property List files, also known as plists. It
=== Parsing
- result = Plist::parse_xml('path/to/example.plist')
+ result = Plist.parse_xml('path/to/example.plist')
result.class
=> Hash