Skip to content

Commit

Permalink
Improve FinalProject readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbit committed Nov 14, 2017
1 parent 479d426 commit fc9de60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FinalProject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You may need to download the Google Repository from the Extras section of the
Android SDK Manager.

You will also notice a folder called backend in the starter code.
It will be used at step 3 below, and you do not need to worry about it for now.
It will be used in step 3 below, and you do not need to worry about it for now.

When you can build an deploy this starter code to an emulator, you're ready to
move on.
Expand Down Expand Up @@ -74,9 +74,10 @@ This next task will be pretty tricky. Instead of pulling jokes directly from
our Java library, we'll set up a Google Cloud Endpoints development server,
and pull our jokes from there.

The following tutorial explains how to add and use a Google Cloud Endpoints module to
The following tutorial explains how to add and use a Google Cloud Endpoints module in
your project. The starter code already includes the module in the folder called backend.
Therefore, you can skip the creation steps in the tutorial:
Therefore, you can skip the creation steps in the tutorial and start at section
1.1 *Debugging the backend locally*:

https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints

Expand Down

0 comments on commit fc9de60

Please sign in to comment.