Simplify playground URL, fix tutorial omission

This commit is contained in:
Ian Gulliver
2014-06-07 23:34:47 -07:00
parent 22072ed385
commit 2e36c01334
2 changed files with 5 additions and 2 deletions

View File

@@ -39,7 +39,10 @@
<li>Create an <a href="https://developers.google.com/appengine/docs/python/config/appconfig">app.yaml</a> file for your application.</li>
<li>Add a cosmopolite include to your app.yaml file:
<pre>includes:
- cosmopolite</pre></li>
- cosmopolite
inbound_services:
- channel_presence</pre></li>
<li>Start the application in your SDK client</li>
</ol>