Skip to content

Commit 6afe441

Browse files
Update README.md
1 parent 4816c4b commit 6afe441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public ServiceQueryResponse<ExampleTable> ExampleServiceQuery(ServiceQueryReques
6565
```
6666

6767
## Documentation
68-
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.
68+
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.
6969

7070
## ServiceQuery.AzureDataTables
7171
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:/
197197
// Aggregate functions
198198
request = new ServiceQueryRequestBuilder()
199199
.IsLessThan("Id", "200")
200-
.Sum("Age")
200+
.Sum("Price")
201201
.Build();
202202

203203
```

0 commit comments

Comments
 (0)