From 5ad09e987a996a93d3a3db2066fe7b81fa236db3 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 15 Feb 2020 19:35:02 +0000 Subject: [PATCH] docs: fix typo in file structure --- with-twitter-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-twitter-auth/README.md b/with-twitter-auth/README.md index f56cf33..3788738 100644 --- a/with-twitter-auth/README.md +++ b/with-twitter-auth/README.md @@ -36,7 +36,7 @@ The purpose of the backend is to store the Twitter API keys without leaking this ``` Expo Twitter Auth ├── app ➡️ Expo application with Twitter auth -└── backend - Simple API to fetch request and access tokens +└── backend ➡️ Simple API to fetch request and access tokens ``` ## 📝 Notes