Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook committed Mar 21, 2017
1 parent 2fafa33 commit f6ac1e2
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 @@ -23,7 +23,7 @@ Simply load your desired `includes` or whatever directory by calling:
## Caveats
Since this is a recursive loader, you should be conscious of what you're placing in your autoloaded directory.

Not recommended:
### Not recommended:
* Placing a big (or any) PHP library in the autoloaded directory (this should/could be handled better with [composer](https://getcomposer.org/) anyways!)
* Being lax with permissions on a server. Obviously this is never a good idea, but I would be sure that your folder / file permissions are up to snuff (or strange files may be loaded)
* Trying to autoload `node_modules` or any other large volume of folders and files
Expand Down

0 comments on commit f6ac1e2

Please sign in to comment.