summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 11:07:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 11:07:01 -0800
commitd6c615f2680e79bbb76cc85a056aadfe3524513f (patch)
tree1df0b3fe4a85a6ffcbaf06809318fc40ed062708 /README.md
parent31530d93448bdf93c0797540a73c6b67586ad5e1 (diff)
Removed JS implementation, which is moving to its own repo:
<https://github.com/jgm/commonmark.js>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 5 insertions, 14 deletions
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:
+<https://github.com/jgm/commonmark.js>.
**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
-<http://spec.commonmark.org/js/commonmark.js>.
-
-For further information, see the
-[README in the js directory](js/README.md).
+The JavaScript implementation has been split into its own
+repository: <https://github.com/jgm/commonmark.js>.
+Please look there for instructions for installation and use.
The spec
--------