From 036f92fd29e886e895c479ec77127551fe1cc72f Mon Sep 17 00:00:00 2001 From: Mike Krumlauf Date: Mon, 1 Jun 2015 08:20:39 -0400 Subject: [PATCH] Fix typo changed "os" to "so" --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 6cae3097e..71d95f944 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,5 +1,5 @@ The `finch-demo` project is an example Finch application that provides the REST API interface to some model describing -_users_ and their _tickets_ (i.e., cinema tickets). It uses an in-memory storage, os no database installation required. +_users_ and their _tickets_ (i.e., cinema tickets). It uses an in-memory storage, so no database installation required. Documentation -------------