Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Sep 24, 2024
1 parent d246d5c commit a4528e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ sequenceDiagram

#### Usage
##### Golang
Install and run the example service :
Install and run the example GO service :
```
cd go/
go mod tidy
PORT=80 go run server.go
```
##### NodeJS
Install and run the example service :
Install and run the example NodeJS service :
```
cd nodejs/
npm install
Expand Down

0 comments on commit a4528e5

Please sign in to comment.