diff --git a/README.md b/README.md index 840440f..32c74a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Sample Joomla! library ========== -To use it as reference for 3rd part developers. It includes common libraries requirements: +To use it as reference for 3rd party developers. It includes common libraries requirements: * Setup autoloading * Language autoloading @@ -58,4 +58,4 @@ This is a sample form that uses the library form fields and form rules The first field uses the `login` form rule (which is just a copy&rename of the standard `username` joomla rule) to validate a username/login. -The second field uses a custom field defined inside the library (`sample`). \ No newline at end of file +The second field uses a custom field defined inside the library (`sample`).