From 2ba65b6a546bd00714329696c60e1f72ae89fcea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Dec 2020 13:14:58 -0500 Subject: [PATCH] visual parsing of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b0bc7..1c4617a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Let's build some excellent things on [Repl.it](https://repl.it) with Python! -While you are certianly able to build software within our environment without any platform-specific code, these utilities have been made to make additional features of the platform available and easily accessible in Python. +The Repl.it Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way. *Example*: [Repl.it DB](https://docs.repl.it/misc/database) is an HTTP service, but an optional Python client (here!) is available.