Skip to content

Commit

Permalink
Update namespace in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jodiedunlop committed Feb 23, 2018
1 parent b3caf4b commit d865ee8
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 @@ -26,7 +26,7 @@ composer require rexlabs/array-object
```php
<?php
require 'vendor/autoload.php';
use RexSoftware\ArrayObject;
use Rexlabs\ArrayObject;

// Initialise from an Array
$obj = ArrayObject::fromArray([...]);
Expand Down

0 comments on commit d865ee8

Please sign in to comment.