From d6c615f2680e79bbb76cc85a056aadfe3524513f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jan 2015 11:07:01 -0800 Subject: Removed JS implementation, which is moving to its own repo: --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca8246e..f36d508 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ languages: see the `wrappers/` subdirectory for some simple examples. The JavaScript implementation provides both an NPM package and a single JavaScript file, with no dependencies, that can be linked into -an HTML page. For further information, see the -[README in the js directory](js/README.md). +an HTML page. For further information, see its repository: +. **A note on security:** Neither implementation attempts to sanitize link attributes or @@ -101,18 +101,9 @@ The binaries will be in `build-mingw/windows/bin`. Installing (JavaScript) ----------------------- -The JavaScript library can be installed through `npm`: - - npm install commonmark - -This includes a command-line converter called `commonmark`. - -If you want to use it in a client application, you can fetch -a pre-built copy of `commonmark.js` from -. - -For further information, see the -[README in the js directory](js/README.md). +The JavaScript implementation has been split into its own +repository: . +Please look there for instructions for installation and use. The spec -------- -- cgit v1.2.3