diff --git a/README.md b/README.md index 1a3cafa..04e13d7 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ List> rs = con.execute("/interface/print where type=vlan"); ### Selecting returned fields -The same query, but we only want certain result fields names Print all interfaces of type 'vlan' and return their name. +The same query, but we only want certain result fields names: Print all interfaces of type 'vlan' and return just their name. ```java List> rs = con.execute("/interface/print where type=vlan return name");