From 39a569f55355701d1b0fdc614617b899358fa7f9 Mon Sep 17 00:00:00 2001 From: gahanamohan <48901636+gahanamohan@users.noreply.github.com> Date: Mon, 25 Mar 2019 12:11:57 +0530 Subject: [PATCH] fix spelling and grammar mistakes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66079edf0..a738a6425 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ REST framework commercially we strongly encourage you to invest in its continued development by [signing up for a paid plan][funding]. The initial aim is to provide a single full-time position on REST framework. -*Every single sign-up makes a significant impact towards making that possible.* +*Every single sign-up makes a significant impact on making that possible.* [![][sentry-img]][sentry-url] [![][stream-img]][stream-url] @@ -37,7 +37,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might want to use REST framework: -* The [Web browsable API][sandbox] is a huge usability win for your developers. +* The [Web -browsable API][sandbox] is a huge usability win for your developers. * [Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section]. * [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources. * Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers].