Skip to content

Commit eb38cf4

Browse files
authored
Update README.md
1 parent e111e5b commit eb38cf4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,22 @@ and that you are in the correct directory __./api__
137137
```
138138

139139
or
140+
141+
- development up / down
140142
```
141-
# development up / down
142143
scripts/dev.sh up
144+
```
145+
146+
```
143147
scripts/dev.sh down
148+
```
144149

145-
# production up / down
150+
- production up / down
151+
```
146152
scripts/prod.sh up
153+
```
154+
155+
```
147156
scripts/prod.sh down
148157
```
149158

0 commit comments

Comments
 (0)