From 33c935dccc5b2093b074209602616410a9ea364d Mon Sep 17 00:00:00 2001
From: Mustafa Paltun <mpaltun@gmail.com>
Date: Wed, 28 Feb 2018 01:13:59 +0200
Subject: [PATCH] Fix typos in README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 12426d083..19009e41c 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ fn main() {
 
 * [Basics](https://github.com/actix/actix-web/tree/master/examples/basics/)
 * [Stateful](https://github.com/actix/actix-web/tree/master/examples/state/)
-* [Mulitpart streams](https://github.com/actix/actix-web/tree/master/examples/multipart/)
+* [Multipart streams](https://github.com/actix/actix-web/tree/master/examples/multipart/)
 * [Simple websocket session](https://github.com/actix/actix-web/tree/master/examples/websocket/)
 * [Tera templates](https://github.com/actix/actix-web/tree/master/examples/template_tera/)
 * [Diesel integration](https://github.com/actix/actix-web/tree/master/examples/diesel/)
@@ -61,7 +61,7 @@ fn main() {
 
 * [TechEmpower Framework Benchmark](https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=plaintext)
 
-* Some basic benchmarks could be found in this [respository](https://github.com/fafhrd91/benchmarks).
+* Some basic benchmarks could be found in this [repository](https://github.com/fafhrd91/benchmarks).
 
 ## License