diff --git a/README.md b/README.md index 40d68eb..6cee539 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,21 @@ navigate into it ```cd TAPICC-API-implementation``` -install npm dependencies +install dependencies ```yarn install``` # Running -```npm start``` +```yarn start``` # Seeing the swagger documentation When you are running the server, you can navigate to http://localhost:1337/docs # Generating swagger file -```npm run generateSwagger``` +```yarn run generateSwagger``` creates or overwrites *swagger.json* # Testing -```npm test``` +```yarn test```