From 0bfed5a5b43a6bfbcdc5b51b21e4456698e77549 Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Sun, 7 Oct 2018 21:44:58 +0200 Subject: [PATCH] chore: readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c0a6b7..2546e74 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ BBob is a tool to parse and transform [BBCode](https://en.wikipedia.org/wiki/BBCode) -Written in pure javascript, no dependencies +written in pure javascript, no dependencies ## Packages @@ -59,6 +59,10 @@ Written in pure javascript, no dependencies ### Basic usage +```shell +npm i @bbob/core @bbob/html @bbob/preset-html5 +``` + ```js import bbob from '@bbob/core' import { render } from '@bbob/html'