Skip to content

Commit

Permalink
Updated readme to fix docs typo #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tshaddix committed Aug 2, 2013
1 parent 158689a commit e59fc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ The Query object is the core object of the OOcharts JS. The query object maintai
- `addDimension(dimension)` - Adds a `dimension` to the Query.
- `clearMetrics()` - Clears all metrics on the Query.
- `clearDimensions()` - Clears all dimensions on the Query.
- `setFilters(filters)` - Sets the `filters` string for the Query.
- `setFilter(filters)` - Sets the `filters` string for the Query.
- `setSort(sort)` - Sets the `sort` string for the Query.
- `setSegment(segment)` - Sets the `segment` string for the Query.
- `setIndex(index)` - Sets the starting `index` for Query results (default: 0).
Expand Down

0 comments on commit e59fc7f

Please sign in to comment.