From 0545e543456aacc1c51132ebfe3211fddc57acd0 Mon Sep 17 00:00:00 2001 From: Samedhaa Date: Mon, 15 Oct 2018 23:48:06 +0300 Subject: [PATCH] edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f49593bbd..6e12f9d42 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ There is a live example API for testing purposes, [available here][sandbox]. # Installation -Install using `pip`... +Install using 'pip' : pip install djangorestframework @@ -70,7 +70,7 @@ Add `'rest_framework'` to your `INSTALLED_APPS` setting. 'rest_framework', ) -# Example +# Example : Let's take a look at a quick example of using REST framework to build a simple model-backed API for accessing users and groups.