Permalink
Browse files

Merge pull request #9 from adelevie/patch-1

Update readme.md, props @adelevie
  • Loading branch information...
2 parents c34081f + d47e7d1 commit 923f5a032aff7597ada9a3d822a626e1445a9b42 @benbalter benbalter committed Feb 1, 2013
Showing with 1 addition and 1 deletion.
  1. +1 −1 readme.md
View
@@ -13,7 +13,7 @@ How This Solves It
*Database to API* acts as a filter, sitting between a database and the browser, allowing users to interact with that database as if it was a native API. The column names function as the key names. This obviates the need for custom code for each database layer.
-When Alternative PHP Cache (APC) is installed, parsed data is stored within APC, which accellerates its functionality substantially. While APC is not required, it is recommended highly.
+When Alternative PHP Cache (APC) is installed, parsed data is stored within APC, which accelerates its functionality substantially. While APC is not required, it is recommended highly.
Databases Supported

0 comments on commit 923f5a0

Please sign in to comment.