diff --git a/README.md b/README.md index c6aee95..6c41c2a 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ $client = new Client([
-Advanced usage of Client class +Advanced usage examples of Client class ```php @@ -267,7 +267,10 @@ $query = ->tag(4); ``` -Advanced usage examples of Query class: +
+ +Advanced usage examples of Query class + ```php use \RouterOS\Query; @@ -315,6 +318,8 @@ $query ->add('?>comment='); ``` +
+ ## Testing You can use my [other project](https://github.com/EvilFreelancer/docker-routeros)