From bd0b18469c215f3338837895031658a677c98d87 Mon Sep 17 00:00:00 2001
From: Andreas Burbach <aburbach@compeon.de>
Date: Tue, 30 Nov 2021 13:10:08 +0100
Subject: [PATCH] spelling

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

diff --git a/social_network/README.md b/social_network/README.md
index 4aed3c5..af3e9bb 100644
--- a/social_network/README.md
+++ b/social_network/README.md
@@ -10,7 +10,7 @@ Minimum requierments are:
 > [Pillow](https://pypi.org/project/Pillow/) >= 8.4.0  
 > [djangorestframework](https://pypi.org/project/djangorestframework/) >= 3.12.4
 
-Intallation can be done by pip like
+Intallation can be done by **pip** like
 
 > pip install the-social-network
 
@@ -27,7 +27,7 @@ This will create a **mysite** directory in your current directory.
 Open the **mysite** directory and open the **settings.py**.
 Add *'the_social_network'* to **INSTALLED_APPS** and save the file.
 
-Next open the urls.py and add the following line to your **urlpatterns**
+Next open the urls.py and add the following lines to your **urlpatterns**
 
 > url(r'^authentication/', include('the_social_network.urls.authenticationUrls')),  
 > url(r'^accounts/', include('the_social_network.urls.accountUrls')),  
-- 
GitLab