Skip to content

Commit 4145f1e

Browse files
committed
Edit README.md for clarity (first draft)
1 parent 819733b commit 4145f1e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ keen.addEvents({
8282
```
8383

8484
### Generate Scoped Key
85+
8586
```javascript
8687
var keen = require("keen.io");
8788
var apiKey = "YOUR_API_KEY";
@@ -101,12 +102,14 @@ var keen = keen.configure({
101102

102103
## Queries
103104

104-
Analyses are first-class citizens, complete with parameter getters and setters.
105+
Analyses are first-class citizens, complete with parameter getters and setters.
106+
107+
The `<Client>.query` method is available on each configured client instance to run one or many analyses on a given project. Read more about running multiple analyses below.
105108

106109
**Format:**
107110

108111
```
109-
var your_analysis = new Keen.<AnalysisType>(eventCollection, attributes);
112+
var your_analysis = new Keen.<AnalysisType>(eventCollection, attributes);
110113
```
111114

112115
### Example Usage

0 commit comments

Comments
 (0)