Skip to content

Commit eda8e38

Browse files
authored
Merge pull request #121 from trufae/macos
Update readme to reflect that PLIST is not mac-specific
2 parents 447b377 + f0828e2 commit eda8e38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plist.js
22
========
3-
### Mac OS X Plist parser/builder for Node.js and browsers
3+
### Apple's Property list parser/builder for Node.js and browsers
44

55
[![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js)
66

7-
Provides facilities for reading and writing Mac OS X Plist (property list)
8-
files. These are often used in programming OS X and iOS applications, as
9-
well as the iTunes configuration XML file.
7+
Provides facilities for reading and writing Plist (property list) files.
8+
These are often used in programming OS X and iOS applications, as well
9+
as the iTunes configuration XML file.
1010

1111
Plist files represent stored programming "object"s. They are very similar
1212
to JSON. A valid Plist file is representable as a native JavaScript Object

0 commit comments

Comments
 (0)