Add newline for reading source.

This commit is contained in:
memoryruins 2018-04-05 19:25:41 -04:00
parent a0f1ff7eb3
commit 3c93e0c654
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ Actix web framework requires rust version 1.21 and up.
## Running Examples
The fastest way to start experimenting with actix web is to clone the [repository](https://github.com/actix/actix-web) and run the included examples.
The fastest way to start experimenting with actix web is to clone the
[repository](https://github.com/actix/actix-web) and run the included examples.
The following set of commands runs the `basics` example: