Skip to content

Commit 93101d3

Browse files
author
John Haley
committed
Updated README.md to reflect changes in contributor order
1 parent e308618 commit 93101d3

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ Status](https://travis-ci.org/tbranyen/nodegit.png)](https://travis-ci.org/nodeg
1010
**Stable: 0.1.4**
1111
**Unstable: 0.2.0**
1212

13-
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen), Michael
14-
Robinson [@codeofinterest](http://twitter.com/codeofinterest), John Haley
15-
[@johnhaley81](http://twitter.com/johnhaley81), Nick Kallen [@nk](http://twitter.com/nk),
16-
and Max Korp [@maxkorp](http://twitter.com/MaximilianoKorp) with help from [awesome
17-
contributors](https://github.com/tbranyen/nodegit/contributors)!
13+
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen), Michael Robinson [@codeofinterest](http://twitter.com/codeofinterest), John Haley [@johnhaley81](http://twitter.com/johnhaley81), Max Korp [@maxkorp](http://twitter.com/MaximilianoKorp), and Nick Kallen [@nk](http://twitter.com/nk) with help from [awesome contributors](https://github.com/tbranyen/nodegit/contributors)!
1814

1915
## API Documentation. ##
2016

@@ -29,12 +25,9 @@ dependencies.
2925
npm install nodegit
3026
```
3127

32-
If you encounter problems while installing, you should try the Building from
33-
source instructions below.
28+
If you encounter problems while installing, you should try the Building from source instructions below.
3429

35-
**Please note that nodegit is undergoing a large scale refactoring at the moment.** Please
36-
continue reporting bugs, but note that until the upcoming 0.2 release they are unlikely
37-
to be fixed. Older versions of the API will not be supported.
30+
**Please note that nodegit is undergoing a large scale refactoring at the moment.** Please continue reporting bugs, but note that until the upcoming 0.2 release they are unlikely to be fixed. Older versions of the API will not be supported.
3831

3932
## Building from source. ##
4033

@@ -55,8 +48,7 @@ cd nodegit
5548
npm install
5649
```
5750

58-
If you encounter errors, you most likely have not configured the dependencies
59-
correctly.
51+
If you encounter errors, you most likely have not configured the dependencies correctly.
6052

6153
### Installing dependencies: ###
6254

@@ -83,11 +75,9 @@ sudo pacman -S base-devel
8375
- [Download and install Python](https://www.python.org/download/windows).
8476
- [Download and install VS Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop).
8577

86-
You may have to add a build flag to the installation process to successfully
87-
install. Try first without, if the build fails, try again with the flag.
78+
You may have to add a build flag to the installation process to successfully install. Try first without, if the build fails, try again with the flag.
8879

89-
*Allegedly the order in which you install Visual Studio could trigger this
90-
error.*
80+
*Allegedly the order in which you install Visual Studio could trigger this error.*
9181

9282
``` bash
9383
npm install nodegit --msvs_version=2013

0 commit comments

Comments
 (0)