Skip to content

Commit 69be290

Browse files
author
Tyler Breisacher
authored
Fix CircleCI indicator (#5)
1 parent d24dedf commit 69be290

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
@@ -1,6 +1,6 @@
11
## StitchQuery - "for getting all your stuff"™
22

3-
Build Status: [![Circle CI](https://circleci.com/gh/HustleInc/parse-stitch-query.svg?style=svg)](https://circleci.com/gh/HustleInc/parse-stitch-query)
3+
Build Status: [![Circle CI](https://circleci.com/gh/Hustle/parse-stitch-query.svg?style=svg)](https://circleci.com/gh/Hustle/parse-stitch-query)
44

55
StitchQuery allows you to query for more than 1000 objects by making multiple requests and stitching
66
the results together.
@@ -30,7 +30,7 @@ StitchQuery(query).then((results) => {
3030
// SuperStitchQuery, for unlimited results!
3131
StitchQuery(query, {superStitch: true}).then(...)
3232

33-
// Pass through query options
33+
// Pass through query options
3434
StitchQuery(query, {userMasterKey: true}).then(...)
3535
```
3636

0 commit comments

Comments
 (0)