Fix documentation after package release
This commit is contained in:
parent
0fd69879fa
commit
76caf4804e
@ -38,6 +38,10 @@ The Simple CMS can be used in two different ways.
|
||||
|
||||
# simple-cms-core
|
||||
|
||||
## Installation
|
||||
|
||||
`npm install @simplecms/simple-cms/core`
|
||||
|
||||
## Setup
|
||||
|
||||
```tsx
|
||||
@ -70,7 +74,7 @@ import {
|
||||
locales,
|
||||
Icon,
|
||||
images
|
||||
} from 'simple-cms-core';
|
||||
} from '@simple-cms/simple-cms-core';
|
||||
|
||||
// Register all the things
|
||||
CMS.registerBackend('git-gateway', GitGatewayBackend);
|
||||
|
@ -16,7 +16,7 @@
|
||||
"noUnusedParameters": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"simple-cms-core": ["./src"]
|
||||
"@simplecms/simple-cms-core": ["./src"]
|
||||
}
|
||||
},
|
||||
"include": ["**/src/**/*", "dev-test/index.js"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user