Skip to content

Commit

Permalink
Merge pull request #15 from rhynodesigns/patch-2
Browse files Browse the repository at this point in the history
Spelling: wat -> what
  • Loading branch information
patricksamson committed Mar 8, 2016
2 parents 31956c3 + fd25208 commit 8155e3c
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 @@ -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()`.

Expand Down

0 comments on commit 8155e3c

Please sign in to comment.