We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa59175 commit 629e420Copy full SHA for 629e420
docs/basic.md
@@ -1,7 +1,7 @@
1
# Basic Usage
2
3
-`Docker\Docker` API Client offers all endpoints available for your version of Docker. Each endpoint as a strong PHPDoc
4
-documentation in its comment, so the best way to know what values to set for an endpoint and what it returns, is to go
+`Docker\Docker` API Client offers all endpoints available for your version of Docker. Each endpoint has a strong PHPDoc
+documentation in its comment, so the best way to know what values to set for an endpoint and what it returns is to go
5
directly to the endpoint documentation in the code.
6
7
As an example for listing container you can do:
0 commit comments