Skip to content

Commit 131e13d

Browse files
committed
docs(srv): update
1 parent 4295f95 commit 131e13d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pages/serverless-functions/reference-content/local-testing.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,18 +230,19 @@ Refer to the [Go local testing repository](https://github.com/scaleway/serverles
230230
}
231231
```
232232
233-
4. run the commands below to generate a `mod` file, then automatically add the modules to it:
233+
4. Run the commands below to generate a `mod` file, then automatically add the modules to it:
234234
235235
```sh
236236
go mod init localfunc && go mod tidy
237+
```
237238
238239
5. Run the command below to create a new function for local testing:
239240
240241
```sh
241242
go run cmd/main.go
242243
```
243244
244-
4. In another terminal session, run the command below:
245+
6. In another terminal session, run the command below:
245246
```sh
246247
curl http://localhost:8080
247248
```

0 commit comments

Comments
 (0)