Skip to content

Commit

Permalink
fix(docs): update migration guide for Ts.ED dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyharsh05 committed Oct 4, 2024
1 parent eafb317 commit 73c1f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/migrate-from-express.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can get the latest version of Ts.ED using the following npm command:

```bash
$ yarn add -D typescript @types/express
$ yarn add -D express@4 @tsed/core @tsed/di @tsed/common @tsed/schema @tsed/json-mapper @tsed/exceptions @tsed/platform-express
$ yarn add express@4 @tsed/core @tsed/di @tsed/common @tsed/schema @tsed/json-mapper @tsed/exceptions @tsed/platform-express
```

</Tab>
Expand Down

0 comments on commit 73c1f7d

Please sign in to comment.