From 06702345da4bc32f7ebc166c74e6c559d7ef9c4e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 1 Oct 2014 11:02:47 +0300 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6de460624d..b93c587c73 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ 3. Install [composer](https://getcomposer.org/doc/00-intro.md). 4. Run `composer install` if composer is installed globally or `php composer.phar install` if locally. -Never update composer dependencies if you going to contribute code back. +Never update composer dependencies if you are going to contribute code back. Now you can build. -If your repository is accessible via a web server then you can access to EspoCRM by url `http://URL/frontend` w/o making the build. You will need yo have proper data/config.php and existing database. +If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend` w/o making the build. You will need yo have proper data/config.php and existing database. ### How to build