Skip to content

Commit e8a1579

Browse files
committed
added badges to readme
1 parent 131ba78 commit e8a1579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SOQL Parser JS
22

3+
[![build](https://api.travis-ci.com/paustint/soql-parser-js.png?branch=master)](https://travis-ci.com/paustint/soql-parser-js)
4+
[![npm version](https://badge.fury.io/js/soql-parser-js.svg)](https://badge.fury.io/js/soql-parser-js)
5+
[![dependencies](https://david-dm.org/paustint/soql-parser-js.svg)](https://david-dm.org/paustint/soql-parser-js)
6+
37
## Description
48
SOQL Parser JS will parse a SOQL query string into an object that is easy to work with and has the query broken down into usable parts.
59

0 commit comments

Comments
 (0)