diff --git a/README.md b/README.md index a7e83ba..dd0b5a3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ public ServiceQueryResponse ExampleServiceQuery(ServiceQueryReques ``` ## Documentation -Comprehensive cocumentation is available on our website at http://ServiceQuery.com including tables for supported data types and operations by .NET Framework version and database engine. +Comprehensive documentation is available on our website at http://ServiceQuery.com including tables for supported data types and operations by .NET Framework version and database engine. ## ServiceQuery.AzureDataTables Azure Data Tables has certain limitations, like lack of support for aggregate functions, string comparisons and ordering. @@ -197,7 +197,7 @@ If you are using javascript, make sure to download the [ServiceQuery.js](https:/ // Aggregate functions request = new ServiceQueryRequestBuilder() .IsLessThan("Id", "200") - .Sum("Age") + .Sum("Price") .Build(); ```