Skip to content

Commit ab41923

Browse files
committed
Update README.md to address comments
1 parent b446936 commit ab41923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To have exeuction id logged for `Cloud Run Functions` executions, users can eith
153153

154154

155155
OR
156-
* Leverage `LogWriter` provided in function-framework-go(v1.9.0 or higher) library to generate log. If `Function-Exeuction-Id` is empty, a pseduorandom execution id will be auto-generated if `LogWriter` is used.
156+
* Leverage `LogWriter` provided in function-framework-go(v1.9.0 or higher) library to generate logs. If `Function-Exeuction-Id` is empty, a pseduorandom execution id will be auto-generated if `LogWriter` is used.
157157

158158
```golang
159159
package function

0 commit comments

Comments
 (0)