1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00

Add newline for reading source.

This commit is contained in:
memoryruins 2018-04-05 19:25:41 -04:00
parent a0f1ff7eb3
commit 3c93e0c654

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: