Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

atlas-search branch: fix a typo in the README #1

Open
wants to merge 1 commit into
base: atlas-search
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the corresponding video for this branch, build out search capabilities in our

- Clone this branch to your local system
- Run `npm install`
- Follow the set up instructions from [Episode 3](https://youtu.be/YBOiX8DwinE) and [Episode 4](https://youtu.be/Evp3xTzWCu4) to crate your database and connect your Realm application to your Atlas database
- Follow the set up instructions from [Episode 3](https://youtu.be/YBOiX8DwinE) and [Episode 4](https://youtu.be/Evp3xTzWCu4) to create your database and connect your Realm application to your Atlas database
- Rename `.env.local.example` to `.env.local` and add your Realm App Id
- Run `npm run dev`

Expand Down