diff --git a/README.md b/README.md index 33e7395..b8543de 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ An API used to send texts messages to multiple contacts. ## Getting started Installing dependencies -`npm install` +```BASH +dotnet restore +``` Running server -`node app.js` +```BASH +dotnet run +```