Skip to content

Commit ddfbdcd

Browse files
committed
added README fixes
1 parent dac889b commit ddfbdcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If your Docker is not running in `localhost` (the URLs above wouldn't work) chec
4545

4646
Please ensure that either
4747
- `MONGO_(HOST|USER|PASSWORD|DATABASE)` were properly set in the initial MongoDB setup phase
48-
- `MONGO_DATABASE_URI` has been set in `{{ cookiebutter.project_slug }}/.env`
48+
- `MONGO_DATABASE_URI` has been set in `{{ cookiecutter.project_slug }}/.env`
4949

5050
To learn more about how to generate a MongoDB URI please look at the docs on [Connecting to your MongoDB Atlas Clutser](https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster/)
5151

{{cookiecutter.project_slug}}/backend/app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If your Docker is not running in `localhost` (the URLs above wouldn't work) chec
5656

5757
Please ensure that either
5858
- `MONGO_(HOST|USER|PASSWORD|DATABASE)` were properly set in the initial MongoDB setup phase
59-
- `MONGO_DATABASE_URI` has been set in `{{ cookiebutter.project_slug }}/.env`
59+
- `MONGO_DATABASE_URI` has been set in `{{ cookiecutter.project_slug }}/.env`
6060

6161
To learn more about how to generate a MongoDB URI please look at the docs on [Connecting to your MongoDB Atlas Clutser](https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster/)
6262

{{cookiecutter.project_slug}}/frontend/app/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Link from "next/link"
44

5-
const siteName: string = process.env.PROJECT_NAME ?? "Change This"
5+
const siteName: string = "{{cookiecutter.project_name}}"
66

77
const githubIcon = () => {
88
return (

0 commit comments

Comments
 (0)