From 3ee74d4225ec13777e74c2f500a450a09138cea6 Mon Sep 17 00:00:00 2001 From: Daniel Howe Date: Sun, 19 Nov 2023 13:49:56 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)