We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d67d0 commit c8e6997Copy full SHA for c8e6997
README.md
@@ -87,7 +87,7 @@ $sdk->addResource('ideas', new class extends AbstractResource {
87
});
88
```
89
90
-The resource we just added will not be accessible by its key "ideas" to forward calls to the resource:
+The resource we just added will now be accessible by its key "ideas" to forward calls to the resource:
91
92
```php
93
$sdk->ideas->get();
0 commit comments