We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40194c6 commit d6b9188Copy full SHA for d6b9188
README.md
@@ -38,7 +38,7 @@ $ cd my_project/
38
$ symfony serve
39
```
40
41
-And access the application in your browser at the given URL (<https://localhost:8000> by default).
+Then access the application in your browser at the given URL (<https://localhost:8000> by default).
42
43
If you don't have the Symfony binary installed, run `php -S localhost:8000 -t public/`
44
to use the built-in PHP web server or [configure a web server][3] like Nginx or
0 commit comments