diff --git a/README.md b/README.md index 5706897..07c0888 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ When compiling the following sourcecode, getters for the `id` and `name` members ```php use codegen\Getters; -@@Getters +#[Getters] class Person { private int $id; private string $name;