Skip to content

Commit a6835df

Browse files
authored
Fix install command
1 parent 31bc58e commit a6835df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This framework is based on concepts and components of other open source software
1111
Install a project using [composer](https://getcomposer.org/download/) package manager:
1212

1313
````bash
14-
composer create-project antidot-fw/antidot-framework-starter:dev-master dev
14+
composer create-project antidot-fw/reactive-starter:dev-master dev
1515
mv dev/.* dev/* ./ && rmdir dev
1616
bin/console react-server:http
1717
````

0 commit comments

Comments
 (0)