diff --git a/README.md b/README.md index 95ed73d..7392be0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ git clone https://github.com/Lykegenes/laravel-5-snippets.git "Laravel 5 Snippet ## Usage The included snippets are organized in categories following Laravel's Facades and their documentation; such as `Auth::`, `Config::` and `Session::`. -This way, you can quickly search for wat you'd like to accomplish thanks to Sublime Text fuzzy search. +This way, you can quickly search for what you'd like to accomplish thanks to Sublime Text fuzzy search. All the snippets in this package follow the following naming convention : `{category}::{function name}`. For example : `Auth::check` will produce this snippet in your code : `Auth::check()`.