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'