Skip to content

Commit 87e3716

Browse files
authored
Update CATALOG.md
1 parent 354af1b commit 87e3716

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/CATALOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PHP Consul API Catalog
22

3-
*This class is still under heavy development*
4-
53
All interactions with the [`v1/catalog`](https://www.consul.io/docs/agent/http/catalog.html) endpoint are done
64
via the [CatalogClient](../src/Catalog/CatalogClient.php) class.
75

@@ -108,4 +106,4 @@ if (null !== $err)
108106
die($err);
109107

110108
var_dump($err);
111-
```
109+
```

0 commit comments

Comments
 (0)