Skip to content

Commit 4f783f2

Browse files
author
hirsch88
committed
Remove misleading deploy sentence in the readme
1 parent 909c2a3 commit 4f783f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ All script are defined in the package.json file, but the most important ones are
8181
* The server address will be displayed to you as `http://0.0.0.0:3000`
8282

8383
### Building the project and run it
84-
* Run `npm run build` to generated all JavaScript files from the TypeScript sources. After this step you can deploy the app contained in `dist` to any server (There is also a vscode task for this called `build`).
84+
* Run `npm run build` to generated all JavaScript files from the TypeScript sources (There is also a vscode task for this called `build`).
8585
* To start the builded app located in `dist` use `npm start`.
8686

8787
### Database

0 commit comments

Comments
 (0)