From 41d211952ce549f13bc119e27f9b690f625f53d3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 23 Jan 2015 14:39:23 -0800 Subject: Put generated commonmark.js in js/dist/ rather than js/. --- js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/README.md') diff --git a/js/README.md b/js/README.md index a556395..c80ea9e 100644 --- a/js/README.md +++ b/js/README.md @@ -23,7 +23,7 @@ This package includes the commonmark library and a command-line executable, `commonmark`. For client-side use, you can do `make browserify` to produce -a standalone JavaScript file `js/commonmark.js`, +a standalone JavaScript file `js/dist/commonmark.js`, suitable for linking into a web page, or just fetch . -- cgit v1.2.3