diff --git a/README.md b/README.md index 9d24810..7f0bd5e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Note: version 3.0 contains breaking changes -- please check the [release notes]( ### Installation * For [esm](#an-esm-browser-sketch): ```import { RiTa } from "https://esm.sh/rita";``` -* For [node](#with-nodejs-and-npm): `$ npm install rita` and then ```let { RiTa } = require('rita');``` +* For [node](#with-nodejs-and-npm): `$ npm install rita` + ```let { RiTa } = require('rita');``` * For [browsers](#a-simple-browser-sketch): `````` * For [developers](#developing)