Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Minor: Capitalize "App Engine" (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
steren authored and katre committed Jan 3, 2017
1 parent e279bec commit edb95e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ bazel run //hello_app:myapp -- --port=12345
You can see other options with `-- --help` (the `--` tells Bazel to pass the
rest of the arguments to the executable).

### Deploy on Google app engine
### Deploy to Google App Engine

Another target `//hello_app:myapp.deploy` allows you to deploy your
application to App Engine. It takes an optional argument: the
Expand Down

0 comments on commit edb95e1

Please sign in to comment.