Fix documentation after package release

This commit is contained in:
Daniel Lautzenheiser 2022-09-30 08:32:04 -04:00
parent 0fd69879fa
commit 76caf4804e
2 changed files with 6 additions and 2 deletions

View File

@ -38,6 +38,10 @@ The Simple CMS can be used in two different ways.
# simple-cms-core # simple-cms-core
## Installation
`npm install @simplecms/simple-cms/core`
## Setup ## Setup
```tsx ```tsx
@ -70,7 +74,7 @@ import {
locales, locales,
Icon, Icon,
images images
} from 'simple-cms-core'; } from '@simple-cms/simple-cms-core';
// Register all the things // Register all the things
CMS.registerBackend('git-gateway', GitGatewayBackend); CMS.registerBackend('git-gateway', GitGatewayBackend);

View File

@ -16,7 +16,7 @@
"noUnusedParameters": true, "noUnusedParameters": true,
"baseUrl": "./", "baseUrl": "./",
"paths": { "paths": {
"simple-cms-core": ["./src"] "@simplecms/simple-cms-core": ["./src"]
} }
}, },
"include": ["**/src/**/*", "dev-test/index.js"], "include": ["**/src/**/*", "dev-test/index.js"],