Skip to content

Commit

Permalink
Fix bad README formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaseck committed Feb 26, 2018
1 parent 3237cc6 commit 46a735a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appengine/server/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Server code
# Server code

# Setup
## Setup

Here is a [view of the API](https://apis-explorer.appspot.com/apis-explorer/?base=https://affectivecomputing-188820.appspot.com/_ah/api#p/affective/v1/echo.echo?n=18&fields=content&_h=5&resource=%257B%250A++%2522content%2522%253A+%2522mooka%2522%250A%257D&)

# Install necessary software
## Install necessary software

```
pip install --upgrade google-cloud
Expand All @@ -14,7 +14,7 @@ pip install -t lib -r requirements.txt --ignore-installed --upgrade
```

# Rebuild and deploy endpoints
## Rebuild and deploy endpoints

```
export PROJECT="affectivecomputing-188820"
Expand Down

0 comments on commit 46a735a

Please sign in to comment.