diff --git a/README.md b/README.md index 08684d3bdc..4d7914150c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Marked is 3. light-weight while implementing all markdown features from the supported flavors & specifications. 4. available as a command line interface (CLI) and running in client- or server-side JavaScript projects. +## Demo + +Checkout the [demo page](https://marked.js.org/demo.html) to see marked in action ⛹️ + +Our [documentation pages](https://marked.js.org) are also rendered using marked 💯 + ## Installation **CLI:** `npm install -g marked` @@ -45,8 +51,6 @@ $ cat hello.html ``` - - ## License Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License) diff --git a/docs/README.md b/docs/README.md index e0bfea8ed0..166dcd7e30 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@