Skip to content

Commit 86e6db8

Browse files
committed
docs: Remove extra ellipses from package.json examples
1 parent d582bb2 commit 86e6db8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ Add a `start` script to `package.json`, with configuration passed via
7070
command-line arguments:
7171

7272
```js
73-
...
7473
"scripts": {
7574
"start": "functions-framework --function-target=helloWorld"
7675
}
77-
...
7876
```
7977

8078
Use `npm start` to start the built-in local development server:
@@ -129,11 +127,9 @@ You can set command-line flags in your `package.json` via the `start` script.
129127
For example:
130128

131129
```js
132-
...
133130
"scripts": {
134131
"start": "functions-framework --function-target=helloWorld"
135132
}
136-
...
137133
```
138134

139135
# Enable CloudEvents handling for use with the event function signature

0 commit comments

Comments
 (0)