aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordevendram2015-07-28 18:44:49 +0530
committerdevendram2015-07-28 18:44:49 +0530
commit3c9c327fbfc6befa85768b93c0e98e88c01a82f7 (patch)
treebf6fe6f9b34eda31574c47b4faaafcefde7cb5ae
parent89241d42a4e7295567446e0d30e22985bc574714 (diff)
downloadpubnub-python-3c9c327fbfc6befa85768b93c0e98e88c01a82f7.tar.bz2
Update gae-vm.asciidoc
-rw-r--r--gae-vm.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gae-vm.asciidoc b/gae-vm.asciidoc
index 55eaa5e..f3bd1e5 100644
--- a/gae-vm.asciidoc
+++ b/gae-vm.asciidoc
@@ -9,7 +9,7 @@ managed vm, add following lines to your Docker file.
RUN apt-get -y install python-crypto
```
- To include pubnub in your application, you can use vendoring defined here
+To include pubnub in your application, you can use vendoring defined here
https://cloud.google.com/appengine/docs/python/tools/libraries27#vendoring
Create a directory lib in your application root