docs: fix typo in file structure

This commit is contained in:
Cedric van Putten
2020-02-15 19:35:02 +00:00
parent fd928ebbfb
commit 5ad09e987a

View File

@@ -36,7 +36,7 @@ The purpose of the backend is to store the Twitter API keys without leaking this
``` ```
Expo Twitter Auth Expo Twitter Auth
├── app ➡️ Expo application with 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 ## 📝 Notes