From f0828e299693f05f86f1d09fc5f5dc633a695f7e Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 26 Apr 2022 18:50:39 +0200 Subject: [PATCH] Update readme to reflect that PLIST is not mac-specific --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6237495..1ef5e67 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ plist.js ======== -### Mac OS X Plist parser/builder for Node.js and browsers +### Apple's Property list parser/builder for Node.js and browsers [![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js) -Provides facilities for reading and writing Mac OS X Plist (property list) -files. These are often used in programming OS X and iOS applications, as -well as the iTunes configuration XML file. +Provides facilities for reading and writing Plist (property list) files. +These are often used in programming OS X and iOS applications, as well +as the iTunes configuration XML file. Plist files represent stored programming "object"s. They are very similar to JSON. A valid Plist file is representable as a native JavaScript Object