From aeaad6563e7c0758fe3ca2c2238453667b159a60 Mon Sep 17 00:00:00 2001 From: Yuichi Ishikawa Date: Sat, 18 Apr 2020 16:07:44 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a9367e..ee762c3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ $ php -r "readfile('https://getcomposer.org/installer');" | php Then, generate a new project of the Application Skeleton with `create-project` command: ``` - php composer.phar create-project rindow/skeleton-standard-application path/to/install + php composer.phar create-project rindow/skeleton-fullfeatures-demo path/to/install ``` Composer will install Rindow Web Application Skeleton and components that depend on it under path/to/install directory. @@ -71,7 +71,7 @@ Composer will install Rindow Web Application Skeleton and components that depend Also you can download it directly from github. ``` - $ git clone https://github.com/rindow/skeleton-standard-application path/to/install + $ git clone https://github.com/rindow/skeleton-fullfeatures-demo path/to/install $ cd path/to/install $ composer update ```