Skip to content

Commit

Permalink
Merge pull request #22 from davelab6/master
Browse files Browse the repository at this point in the history
Convert README.rdoc to README.md so image works
  • Loading branch information
jankeromnes committed Apr 24, 2013
2 parents 56240d5 + 2fae254 commit 4dd715d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rdoc → README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![build status](https://secure.travis-ci.org/christkv/node-git.png)](http://travis-ci.org/christkv/node-git)
= Introduction

# Introduction

This is a library for Git written in Node.js. It's as close a port of grit http://github.com/mojombo/grit.

Expand All @@ -8,7 +9,7 @@ implemented directly in node-git. Some of the stuff is using the native git comm
direct javascript code. Also it's fairly synchronous right now but that will hopefully change a little
by little over time as it gets more stable and I start using it in real life scenarios.

== Github information
## Github information

The source code is available at http://github.com/christkv/node-git.
You can either clone the repository or download a tarball of the latest release.
Expand All @@ -17,16 +18,16 @@ Once you have the source you can test the driver by running

$ make test

== Examples
## Examples

For simple examples of usage look at the tests included in the repository.

== Notes
## Notes

The current version is basic git support, don't expect everything to work as you expect it
off the bat.

== License
## License

Copyright 2009 - 2010 Christian Amor Kvalheim.

Expand All @@ -40,4 +41,4 @@ off the bat.
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit 4dd715d

Please sign in to comment.