summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAlejandro Rupérez <alexruperez@gmail.com>2014-04-04 13:50:44 +0200
committerAlejandro Rupérez <alexruperez@gmail.com>2014-04-04 13:50:44 +0200
commit36b5afe94757058b7c0d9a7f36e22e0dda1e879e (patch)
treefdc076b192160f9673ab18ae3bb2f5b8f673057b /README.rdoc
parent12eb82d283cab148183c37c07e3f75a309969dec (diff)
downloadplist-36b5afe94757058b7c0d9a7f36e22e0dda1e879e.tar.gz
Updated README.rdoc 'Apple Computer' -> 'Apple'
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index d0fccf9..d691584 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -20,7 +20,7 @@ Plist is a library to manipulate Property List files, also known as plists. It
==== Example Property List
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FirstName</key>
@@ -74,7 +74,7 @@ If you've mixed in <tt>Plist::Emit</tt> (which is already done for +Array+ and +
This is equivalent to calling <tt>Plist::Emit.dump(obj)</tt>. Either one will yield:
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<integer>1</integer>