Skip to content

Commit bd3a02e

Browse files
authored
Fix: broken anchors in readme (#69)
* chore: attempt fix broken link * fix: broken anchors
1 parent e2b190f commit bd3a02e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boil
5656
* [Deployment](#deployment)
5757
* [Licence](#licence)
5858

59-
## > Getting started
59+
## Getting started
6060

6161
### Prerequisites
6262

@@ -140,13 +140,13 @@ Sandbox is set to true by default and emails are not send. Pass this value to fa
140140
$ nodemon
141141
```
142142

143-
## > Entity generation
143+
## Entity generation
144144

145145
Some repetitive tasks such as creating resources can be done quickly with [rsgen](https://github.com/steve-lebleu/rsgen).
146146

147147
See [entity generation](https://github.com/steve-lebleu/typeplate/wiki/Entity-generation) wiki section to learn more about generated elements and how to use.
148148

149-
## > Documentation
149+
## Documentation
150150

151151
```bash
152152
$ npm run doc
@@ -156,7 +156,7 @@ Generate API documentation website into *./docs/apidoc/*.
156156

157157
See [apidoc](http://apidocjs.com/) for more informations about customization.
158158

159-
## > Tests
159+
## Tests
160160

161161
```bash
162162
$ npm run test
@@ -168,11 +168,11 @@ HTML coverage report is generated by [Istanbul](https://github.com/gotwarlost/is
168168

169169
Bonus with *./insomnia.workspace.json* if you wish run manual e2e tests without create the config.
170170

171-
## > Continuous integration
171+
## Continuous integration
172172

173173
Basic Github actions configuration is provided in *./.github/workkflows.yml* files.
174174

175-
## > Deployment
175+
## Deployment
176176

177177
Project implements a basic [PM2](https://github.com/Unitech/PM2/) configuration to allow deployment.
178178

@@ -218,6 +218,6 @@ $ pm2 deploy production update
218218

219219
More info about [PM2](http://pm2.keymetrics.io/docs/usage/quick-start/) and [PM2 deploy](https://pm2.io/doc/en/runtime/guide/easy-deploy-with-ssh/).
220220

221-
## > License
221+
## License
222222

223223
[MIT](/LICENSE)

0 commit comments

Comments
 (0)