Skip to content

Commit 8cda513

Browse files
committed
minor #856 Made some tweaks in the README (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #856). Discussion ---------- Made some tweaks in the README Commits ------- a86cebb Made some tweaks in the README
2 parents db51e1c + a86cebb commit 8cda513

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@ Symfony Demo Application
22
========================
33

44
The "Symfony Demo Application" is a reference application created to show how
5-
to develop Symfony applications following the recommended best practices.
5+
to develop applications following the [Symfony Best Practices][1].
66

77
Requirements
88
------------
99

1010
* PHP 7.1.3 or higher;
1111
* PDO-SQLite PHP extension enabled;
12-
* and the [usual Symfony application requirements][1].
12+
* and the [usual Symfony application requirements][2].
1313

1414
Installation
1515
------------
1616

17-
Execute this command to install the project:
18-
1917
```bash
2018
$ composer create-project symfony/symfony-demo
2119
```
@@ -32,8 +30,8 @@ $ cd symfony-demo/
3230
$ php bin/console server:run
3331
```
3432

35-
Alternatively, you can [configure a fully-featured web server][2] like Nginx
36-
or Apache to run the application.
33+
Alternatively, you can [configure a web server][3] like Nginx or Apache to run
34+
the application.
3735

3836
Tests
3937
-----
@@ -42,8 +40,9 @@ Execute this command to run tests:
4240

4341
```bash
4442
$ cd symfony-demo/
45-
$ ./vendor/bin/simple-phpunit
43+
$ ./bin/phpunit
4644
```
4745

48-
[1]: https://symfony.com/doc/current/reference/requirements.html
49-
[2]: https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
46+
[1]: https://symfony.com/doc/current/best_practices/index.html
47+
[2]: https://symfony.com/doc/current/reference/requirements.html
48+
[3]: https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html

0 commit comments

Comments
 (0)