From b3946ee368492d19b6d3481eda747fc0da96e3e3 Mon Sep 17 00:00:00 2001 From: leoRysing Date: Mon, 15 Jan 2024 01:50:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4871bf31..785244ea 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ We will be using some tools to make development a bit easier. - [Swagger](https://github.com/swaggo/swag) - Will allow us to visualize the API and query requests from the database. - [Makefile](https://opensource.com/article/18/8/what-how-makefile) - Will allow us to easily run scripts by consolidating them into Makefile commands. Make sure to read up about each command and ask questions. You should know what you are running! - [xcode](https://docs.expo.dev/workflow/ios-simulator/) - A simulator to view the code on an iphone from a laptop -- [android studio](https://docs.expo.dev/workflow/android-studio-emulator) An emulator to view the code on an android device from a laptop +- [android studio](https://docs.expo.dev/workflow/android-studio-emulator) - An emulator to view the code on an android device from a laptop ### Third party integrations For this project, we will be using some third-party APIs.