Skip to content

Commit

Permalink
Small grammar change
Browse files Browse the repository at this point in the history
  • Loading branch information
brannondorsey committed Sep 17, 2013
1 parent 70ec5a5 commit e3b0500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Easily transform MySQL tables into web accessible JSON APIs with this mini libra


##Getting Started
This PHP API Builder is used to build simple http JSON APIs from MySQL databases. With it you (or anyone if you choose to make the API pubic) can access data on the web through an easy-to-setup `api.php` page. Using the API Parameters provided in this mini library users can query a database through that `api.php` page using `GET` parameters included in the request's URL and return the results as an array of JSON results. A full list of available API parameters is located in the [API Parameter Reference](#api-parameter-reference) section of this documentation.
This PHP API Builder is used to build simple http JSON APIs from MySQL databases. With it you (or anyone if you choose to make the API pubic) can access data on the web through an easy-to-setup `api.php` page. Using the API Parameters provided in this mini library users can query a database through that `api.php` page using `GET` parameters included in the request's URL and return the results as valid JSON. A full list of available API parameters is located in the [API Parameter Reference](#api-parameter-reference) section of this documentation.

###How it works

Expand Down

0 comments on commit e3b0500

Please sign in to comment.