Skip to content

Commit 88104e8

Browse files
authored
Merge pull request #702 from stephengroat/patch-1
fix bad character in README
2 parents ad5cf62 + 6eee67d commit 88104e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rugged
1+
# Rugged [![Build Status](https://travis-ci.org/libgit2/rugged.svg?branch=master)](https://travis-ci.org/libgit2/rugged)
22
**libgit2 bindings in Ruby**
33

44
Rugged is a library for accessing [libgit2](https://github.com/libgit2/libgit2) in Ruby. It gives you the speed and
@@ -571,7 +571,7 @@ Rugged.raw_to_hex("\277\336Y\315\320\337\254\035\211(\024\366j\225d\032\275\212\
571571

572572
---
573573

574-
### Alternative backends
574+
### Alternative backends
575575

576576
You can store bare repositories in alternative backends instead of storing on disk. (see
577577
`redbadger/rugged-redis` for an example of how a rugged backend works).

0 commit comments

Comments
 (0)