From fd25208cc8547beab31e0b2e73281ef4e0b923fc Mon Sep 17 00:00:00 2001 From: Ryan McAllen Date: Tue, 8 Mar 2016 14:38:07 -0500 Subject: [PATCH] Spelling: wat -> what --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`.