Skip to content

Commit

Permalink
docs: updated link to TS node (typeorm#6090)
Browse files Browse the repository at this point in the history
Previous URL returns a 404
  • Loading branch information
jpbulman authored and Svetlozar committed Jan 12, 2021
1 parent 6de43cd commit 96815ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example-with-express.md
Expand Up @@ -78,7 +78,7 @@ node src/app.js
You should see the, "Application is up and running" message in your console right after you run the application.

You must compile your files each time you make a change.
Alternatively, you can setup watcher or install [ts-node](http://github.com/ts-node/ts-node) to avoid manual compilation each time.
Alternatively, you can setup watcher or install [ts-node](https://github.com/TypeStrong/ts-node) to avoid manual compilation each time.

## Adding Express to the application

Expand Down

0 comments on commit 96815ac

Please sign in to comment.