diff --git a/README.md b/README.md index 364131f..496f791 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Hydrahon -Hydrahon is a **standalone** database query builder written in PHP. It was built to enhance existing frameworks, libraries and applications that handle the database connection on their own. It **does not** come with a **PDO** or **mysqli** wrapper. The naming is heavily inspired by Eloquent and the Kohana Framework Database component. +Hydrahon is a **standalone** database / SQL query builder written in PHP. It was built to enhance existing frameworks, libraries and applications that handle the database connection on their own. It **does not** come with a **PDO** or **mysqli** wrapper. The naming is heavily inspired by Eloquent and the Kohana Framework Database component. **What does that mean "Standalone query builder"?** @@ -277,4 +277,4 @@ $people->select()->page(5, 30)->get(); ## License -The MIT License (MIT). Please see [License File](https://github.com/ClanCats/Hydrahon/blob/master/LICENSE) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](https://github.com/ClanCats/Hydrahon/blob/master/LICENSE) for more information.