diff --git a/guide/src/qs_1.md b/guide/src/qs_1.md
index 343f4419..aac24a7d 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: