Skip to content

Commit d325f1b

Browse files
committed
fix: minor readme fix
1 parent 13f3ecb commit d325f1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ npx adminforth create-app
5454

5555

5656

57-
5857
# For developers
5958

6059
The most convenient way to add new features or fixes is using `dev-demo`. It imports the source code of the repository and plugins so you can edit them and see changes on the fly.
@@ -66,8 +65,6 @@ Fork repo, pull it and do next:
6665
cd adminforth
6766
npm ci
6867
npm run build
69-
70-
7168
```
7269

7370
To run dev demo:
@@ -82,7 +79,7 @@ npm run install-plugins
8279
npm run install-adapters
8380

8481
npm ci
85-
npm run migrate
82+
npm run migrate:local
8683
npm start
8784
```
8885

0 commit comments

Comments
 (0)