diff --git a/README.md b/README.md index 7101200..fb33bd3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This test tries to verify that natural numbers from 0 to 1000 are all smaller th ```php forAll( - Generator\choose(0, 1000) + Generators::choose(0, 1000) ) ->then(function($number) { $this->assertTrue(