We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d246d5c commit a4528e5Copy full SHA for a4528e5
1 file changed
README.md
@@ -30,14 +30,14 @@ sequenceDiagram
30
31
#### Usage
32
##### Golang
33
-Install and run the example service :
+Install and run the example GO service :
34
```
35
cd go/
36
go mod tidy
37
PORT=80 go run server.go
38
39
##### NodeJS
40
+Install and run the example NodeJS service :
41
42
cd nodejs/
43
npm install
0 commit comments