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.
2 parents f9d67d0 + c8e6997 commit 64c6bbaCopy full SHA for 64c6bba
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