From d63e534232b6f34365604cde980507cda6ea74a6 Mon Sep 17 00:00:00 2001 From: Florian Pirmin Groetzner Date: Sat, 21 May 2016 16:03:00 +0200 Subject: [PATCH] Fixed typo in README.md --- managed_vms/kinto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managed_vms/kinto/README.md b/managed_vms/kinto/README.md index 5483adbe349..07918a143ad 100644 --- a/managed_vms/kinto/README.md +++ b/managed_vms/kinto/README.md @@ -2,7 +2,7 @@ This is a basic example of running Mozillas [Kinto](https://github.com/Kinto/kinto/blob/master/docs/index.rst) on Managed VMs. Kinto provides a framework to sync JSON data across many devices and provide push notifications. -Thius example uses a custom runtime to install Kinto and edit the config to run it on port 8080, which is the port that +This example uses a custom runtime to install Kinto and edit the config to run it on port 8080, which is the port that the base Docker image is expecting. Since Kinto is being imported as a Python library and run as-is, no additional code is necessary.