From 9595dcff4dd7ee27dda7df5a8f15fcdb9ce37803 Mon Sep 17 00:00:00 2001 From: Greg Buckner Date: Thu, 31 Mar 2016 12:02:26 -0700 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692fc6066c359..d809661df4c25 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Caravel provides: Database Support ---------------- -Caravel was originally designed on to of Druid.io, but quickly broadened +Caravel was originally designed on top of Druid.io, but quickly broadened its scope to support other databases through the use of SqlAlchemy, a Python ORM that is compatible with [most common databases](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html).