Skip to content

Commit d5fdc85

Browse files
committed
docs: fix formatting
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
1 parent 774c644 commit d5fdc85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,13 @@ To add a new function:
7979

8080
To run it locally:
8181

82-
<!-- TODO: Document this -->
83-
8482
1. Make sure to authenticate your GCP account.
8583
2. Update the `start` script in `./cloud_functions/package.json`
8684
```json
8785
{
8886
"scripts": {
89-
// other scripts
90-
"start": "npx functions-framework --target=newFunction [--signature-type=http]",
87+
"...": "...",
88+
"start": "npx functions-framework --target=newFunction [--signature-type=http]"
9189
}
9290
}
9391
```

0 commit comments

Comments
 (0)