Skip to content

Commit

Permalink
Merge pull request #9 from Jean85/master
Browse files Browse the repository at this point in the history
Fix relative paths for SVGs in README.md
  • Loading branch information
liuggio committed Oct 13, 2015
2 parents a38df52 + 3036fab commit 701f9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PHP badges poser
================

This is a php library that creates badges like ![badge-poser](badge-poser.svg) and ![I'm a badge](i_m-badge.svg) and ![dark](today-dark.svg),
This is a php library that creates badges like ![Badge Poser](https://cdn.rawgit.com/badges/poser/master/badge-poser.svg) and ![I'm a badge](https://cdn.rawgit.com/badges/poser/master/i_m-badge.svg) and ![dark](https://cdn.rawgit.com/badges/poser/master/today-dark.svg),
according to [Shields specification](https://github.com/badges/shields#specification).

This library is used by https://poser.pugx.org
Expand All @@ -18,7 +18,7 @@ $ composer create-project badges/poser ~0.1
$ ln -s poser/bin/poser /usr/local/bin/poser
```

#### 2. lunch the command
#### 2. Launch the command

Create an image

Expand Down

0 comments on commit 701f9dc

Please sign in to comment.