Skip to content

Commit 4c1dc6d

Browse files
authored
Update README.md
1 parent 33779f6 commit 4c1dc6d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5
2727

2828
There are two ways to run RawPHP
2929

30-
### PHP's inbuilt server
30+
### Running your app
3131
After RawPHP has installed, you can run it by using the built-in PHP server. Navigate to the root folder and run the below command:
3232
```
3333
$ php -S localhost:8000 -t public
@@ -41,6 +41,9 @@ Otherwise, you can just put it in your wamp/www or xxamp htdocs folder and acces
4141

4242
For more information on how to configure your web server, see the [Documentation](https://www.slimframework.com/docs/start/web-servers.html).
4343

44+
## Join RawPHP Mailing List (Recommended)
45+
Join [this mailing list](http://eepurl.com/cXRGdD)
46+
4447
## Tests
4548

4649
To execute the test suite, you'll need phpunit.

0 commit comments

Comments
 (0)