Skip to content

Commit fefd899

Browse files
committed
example: Correct go run command in README.
1 parent dedb650 commit fefd899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ GOOGLE_OAUTH2_CLIENT_SECRET
1616
Finally run the examples using the Go tool and navigate to http://127.0.0.1:5556.
1717

1818
```
19-
go run ./examples/idtoken/app.go
19+
go run ./example/idtoken/app.go
2020
```
2121
[google-developer-console]: https://console.developers.google.com/apis/dashboard

0 commit comments

Comments
 (0)