From 3ba1e0429c887f7e10c1222916f083e51240aaaf Mon Sep 17 00:00:00 2001 From: Ania Misiorek <81175375+aniamisiorek@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:50:59 -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 d45b9ecb..0afc69fb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ First, understand the tech stack: - The database is [PostGreSQL](https://www.postgresql.org/) and will be containerized using [Docker](https://www.docker.com/). - The backend is [Golang](https://go.dev/) with [Echo](https://echo.labstack.com/) -- The frontend is [ReactNative](https://reactnative.dev/) with [TypeScript](https://www.typescriptlang.org/) and uses [Expo](https://expo.dev/) as a build tool and [React Navigation(https://reactnavigation.org/) +- The frontend is [ReactNative](https://reactnative.dev/) with [TypeScript](https://www.typescriptlang.org/) and uses [Expo](https://expo.dev/) as a build tool and [React Navigation](https://reactnavigation.org/) Before compiling and running our application, we need to install several languages, package managers, and various tools.