summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 11:33:33 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 11:33:33 -0700
commitc8339e42f7be13616371365eb27fb8d4c30f6d5c (patch)
tree8137c68a43e61e26d9a0c411e8fbf73e06da6295
parent993e43ccce30c6d1fb85b659492f9a60e27b5ad4 (diff)
downloadlocchat-c8339e42f7be13616371365eb27fb8d4c30f6d5c.tar.gz
locchat-c8339e42f7be13616371365eb27fb8d4c30f6d5c.zip
fix link
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f687557..d41d9ad 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ A starter app with Postgres, NestJS, and React
## Cloning the project
This app is designed to used as a starting point for another application so you will want to clone the project into a folder that matches your app. Run
```bash
-$ git clone git@github.com:dittonjs/OnTheSpot.git <YourAppName>
+$ git clone git@github.com:dittonjs/NestStarterApp.git <YourAppName>
```
Replace your app name with the name of your app, for example
```bash
-$ git clone git@github.com:dittonjs/OnTheSpot.git SpyChat
+$ git clone git@github.com:dittonjs/NestStarterApp.git SpyChat
```
Next, go create a remote repository in github (or gitlab, or bitbucket, it doesn't matter) for your new application.