From af70fa41c890fa06e173706565679e1cea5b237b Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Mon, 4 Nov 2019 17:22:49 -0500 Subject: [PATCH] added link to the NPM module for Lumo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2baeca8..e1d7097 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ A markdown parser that compiles to both Clojure and ClojureScript. Note: `markdown-clj` versions prior to `0.9.68` requires Clojure 1.2+ to run, versions `0.9.68+` require Clojure 1.7. +[NPM module](https://www.npmjs.com/package/markdown-clj) + ## Usage Clojure Markdown-clj can be invoked either by calling `md-to-html` or `md-to-html-string` functions.