Skip to content

Commit a4528e5

Browse files
authored
Update README.md
1 parent d246d5c commit a4528e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ sequenceDiagram
3030

3131
#### Usage
3232
##### Golang
33-
Install and run the example service :
33+
Install and run the example GO service :
3434
```
3535
cd go/
3636
go mod tidy
3737
PORT=80 go run server.go
3838
```
3939
##### NodeJS
40-
Install and run the example service :
40+
Install and run the example NodeJS service :
4141
```
4242
cd nodejs/
4343
npm install

0 commit comments

Comments
 (0)