From c1362bd357a1b401cda1b72c3901df9300945e75 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Dec 2020 13:18:31 -0500 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d0f132..bfdfb05 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The Repl.it Python environment does not require any platform-specific code, howe This repository is the home for the `replit` Python package, which provides: -- A fully-featured database client for [Repl.it DB](https://docs.repl.it/misc/database) +- A fully-featured database client for [Repl.it DB](https://docs.repl.it/misc/database). - A **work in progress** Repl.it user profile lookup. - A Flask application decorator for ensuring Repl.it Auth required on specific routes.