Skip to content

Commit 2a1cc27

Browse files
committed
Merge pull request #20 from tsawler/Development
Stupid typo in readme
2 parents f3d24ac + ed12148 commit 2a1cc27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# laravel-filemanager
22

3-
### This package is useable, but is under active development.
3+
### This package is functional, but is under active development.
44

55
A file upload/editor intended for use with [Laravel 5](http://www.laravel.com/ "Title") and [CKEditor](http://ckeditor.com/).
66

@@ -85,7 +85,7 @@ CKEditor instance as follows:
8585
It is important to note that __you must protect your routes to Laravel-Filemanager in order to prevent
8686
unauthorized uploads to your server__. Fortunately, Laravel makes this very easy.
8787

88-
If, for example you want to ensure that only logged in users have the ability to access the Laravel-Filemanager,
88+
If, for example, you want to ensure that only logged in users have the ability to access the Laravel-Filemanager,
8989
simply wrap the routes in a group, perhaps like this:
9090

9191
Route::group(array('before' => 'auth'), function ()

0 commit comments

Comments
 (0)