diff --git a/README.md b/README.md index 9631639..4f5b03d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ I created this project because I wanted a CMS with a rich-text markdown widget, ### Installing ```bash -TODO: add install command +npm i snow-cms ``` ### Import the CMS into your project diff --git a/package.json b/package.json index 35a3818..1d05b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snow-cms", - "version": "1.0.0", + "version": "1.0.1", "description": "A configurable CMS built with Svelte.", "keywords": [], "author": "Sammy-T",