summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Way <patrick@reflexions.co>2016-01-27 21:55:32 -0500
committerPatrick Way <patrick@reflexions.co>2016-01-27 21:55:32 -0500
commitf255ebf12287978ac38ccc55fc0f3bdf552c5ccc (patch)
tree50ae8e0d17139107105aa83cee706d97de8f5a85
parent5f2cc6c8ebe291dd2d168a49190aa9508a173bab (diff)
parent36b5afe94757058b7c0d9a7f36e22e0dda1e879e (diff)
downloadplist-f255ebf12287978ac38ccc55fc0f3bdf552c5ccc.tar.gz
Merge pull request #23 from alexruperez/master
Updated README.rdoc 'Apple Computer' -> 'Apple'
-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>