README.md in sumologic-0.1.1 vs README.md in sumologic-0.1.2

- old
+ new

@@ -59,9 +59,12 @@ r = sumo.create_content path, data r = sumo.get_content path r = sumo.delete_content path + +# Low-Level +r = sumo.post path, data ``` Note, for the search methods, the query parameter can be exactly the same query that is entered into the Sumo Logic web console. Example scripts are located in the `scripts` directory of the [GitHub repo](https://github.com/grokify/sumologic-sdk-ruby).