Skip to content

Commit d9a76c2

Browse files
authored
Make README.md badges consistent with other repos
1 parent aa972ad commit d9a76c2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
AST Types
2-
===
3-
4-
[![Greenkeeper badge](https://badges.greenkeeper.io/benjamn/ast-types.svg)](https://greenkeeper.io/)
1+
# AST Types [![Build Status](https://travis-ci.org/benjamn/ast-types.png?branch=master)](https://travis-ci.org/benjamn/ast-types) [![Greenkeeper badge](https://badges.greenkeeper.io/benjamn/ast-types.svg)](https://greenkeeper.io/)
52

63
This module provides an efficient, modular,
74
[Esprima](https://github.com/ariya/esprima)-compatible implementation of
@@ -10,8 +7,6 @@ tree](http://en.wikipedia.org/wiki/Abstract_syntax_tree) type hierarchy
107
pioneered by the [Mozilla Parser
118
API](https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API).
129

13-
[![Build Status](https://travis-ci.org/benjamn/ast-types.png?branch=master)](https://travis-ci.org/benjamn/ast-types)
14-
1510
Installation
1611
---
1712

0 commit comments

Comments
 (0)