Skip to content

Commit

Permalink
Add readme note to try and clarify more that the test suite files are…
Browse files Browse the repository at this point in the history
… not for production use

Some people don't seem to be realising this
  • Loading branch information
dvdoug committed Mar 6, 2017
1 parent 18770a0 commit 1247c28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Basic usage then looks something like the below:

```php

use DVDoug\BoxPacker\Packer;
use DVDoug\BoxPacker\TestBox; // use your own implementation
use DVDoug\BoxPacker\TestItem; // use your own implementation

/*
* To figure out which boxes you need, and which items go into which box
*/
Expand Down

0 comments on commit 1247c28

Please sign in to comment.