Skip to content

Commit f616322

Browse files
authored
Update 20-prerequisites.mdx
1 parent 7bf8fb4 commit f616322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/20-prerequisites.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The PostgreSQL server can be accessed at localhost:5432 with a username of `post
4141
### Option 4: Load an SQL file
4242
Choose this option if you just want a quick hands-on experience and you don't need to run actual migration.
4343
Download the file [library-schema.sql](https://github.com/mongodb-developer/relational-migrator-lab/blob/main/resource/library-schema.sql)
44-
and upload this file later on at the **create a project** step. However, you will not be able to perform an actual migration if you not have a source database.
44+
and upload this file later on at the **create a project** step. However, you will not be able to perform an actual migration since you do not have a source database.
4545

4646
## 2. MongoDB Database
4747

@@ -80,4 +80,4 @@ You can connect with no username or password. Since this command does not use Do
8080

8181

8282
Now you will need to go to the [MongoDB Relational Migrator downloads page](https://www.mongodb.com/try/download/relational-migrator), select your OS, download and install it. Once installed,
83-
run it and it will be running on a browser at http://127.0.0.1:8278/.
83+
run it and it will be running on a browser at http://127.0.0.1:8278/.

0 commit comments

Comments
 (0)