Skip to content

Commit 5f95d5e

Browse files
Readme corrected
1 parent 15f1fce commit 5f95d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is an example project, ready to use. This project is using below Symfony Bu
4747

4848
cd /path/to/auth
4949
php app/console doctrine:database:create
50-
php app/console doctrine:scheme:create
50+
php app/console doctrine:schema:create
5151

5252
**Step 3 - Create assets**
5353

@@ -62,7 +62,7 @@ This is an example project, ready to use. This project is using below Symfony Bu
6262

6363
Make this user admin
6464

65-
php app/console fos:user:create admin ROLE_ADMIN
65+
php app/console fos:user:promote admin ROLE_ADMIN
6666

6767
Now you are ready to use the Package!
6868

0 commit comments

Comments
 (0)