From 3c93e0c654501900f050bba7e24da6b1d46ea852 Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 5 Apr 2018 19:25:41 -0400 Subject: [PATCH] Add newline for reading source. --- guide/src/qs_1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/src/qs_1.md b/guide/src/qs_1.md index 343f4419e..aac24a7de 100644 --- a/guide/src/qs_1.md +++ b/guide/src/qs_1.md @@ -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: