Skip to content

Commit f859bf5

Browse files
committed
update(md): Updating README
1 parent 74737b7 commit f859bf5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ ionic serve
4141
This should deploy the an instance of the app running locally at:
4242

4343
```
44-
http://localhost:8100/
44+
http://localhost:3000/
4545
```
4646

4747

4848
### Branches
4949

50-
Retire Now employs a release branch methodology for maintaining our branches. When working with new branches, create branches off of `dev` only.
50+
Reboot employs a release branch methodology for maintaining our branches. When working with new branches, create branches off of `dev` only.
5151

5252
`master` - Current release working production branch
5353

@@ -56,7 +56,7 @@ Retire Now employs a release branch methodology for maintaining our branches. Wh
5656
Whenever you pick up working on the application, make sure that you fetch the current state of the application. This can be done by using the command:
5757

5858
```
59-
git fetch
59+
git pull
6060
```
6161

6262
Then, you'll need to checkout a branch to work from. Most of the time it will be dev:
@@ -105,7 +105,7 @@ This will always reflect `origin/master`.
105105

106106
This will be a working development branch. The repo admin will have access to this and will deploy it on a regular release schedule.
107107

108-
This will live at the following url: `http://reboot.herokuapp.com/`
108+
This will live at the following url: `http://ssf-reboot.herokuapp.com/`
109109

110110
#### Locally
111111

0 commit comments

Comments
 (0)