Skip to content

Commit 3440e48

Browse files
Chris Brodyjanpio
andauthored
Add npm badge; fix title & description (apache#26)
with some fixes as suggested by @janpio Co-authored-by: Christopher Brody <chris.brody@gmail.com> Co-authored-by: Jan P <janpio@users.noreply.github.com>
1 parent 67feda8 commit 3440e48

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@
1919
#
2020
-->
2121

22-
[![Build Status](https://travis-ci.org/apache/cordova-node-xcode.svg?branch=master)](https://travis-ci.org/apache/cordova-node-xcode)
22+
# cordova-node-xcode
2323

24-
# node-xcode
24+
[![NPM](https://nodei.co/npm/xcode.png?compact=true)](https://nodei.co/npm/xcode/)
25+
[![Build Status](https://travis-ci.org/apache/cordova-node-xcode.svg?branch=master)](https://travis-ci.org/apache/cordova-node-xcode)
2526

26-
> parser/toolkit for xcodeproj project files
27+
Parser utility for xcodeproj project files
2728

2829
Allows you to edit xcodeproject files and write them back out.
2930

31+
based on donated code from [alunny / node-xcode](https://github.com/alunny/node-xcode)
32+
3033
## Example
3134

3235
```js

0 commit comments

Comments
 (0)