Skip to content

Commit 45028df

Browse files
committed
Updated images in readme
1 parent 7868c18 commit 45028df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
![buddy.js](http://danielstjules.com/buddyjs/logo.png)
1+
![buddy.js](http://danielstjules.com/github/buddyjs-logo.png)
22

33
Magic number detection for javascript. Let Buddy sniff out the unnamed numerical
44
constants in your code.
55

6-
[![Build Status](https://travis-ci.org/danielstjules/buddy.js.png)](https://travis-ci.org/danielstjules/buddy.js)
6+
[![Build Status](https://travis-ci.org/danielstjules/buddy.js.svg?branch=master)](https://travis-ci.org/danielstjules/buddy.js)
77

88
* [Overview](#overview)
99
* [What are magic numbers?](#what-are-magic-numbers)
@@ -30,7 +30,7 @@ numbers which are not the sole literal in an object expression or variable
3030
declaration. Furthermore, specific values can be ignored, such as 0 and 1,
3131
which are ignored by default.
3232

33-
![intro-screenshot](http://danielstjules.com/buddyjs/intro-updated.png)
33+
![intro-screenshot](http://danielstjules.com/github/buddyjs-intro.png)
3434

3535
Who's a good boy?
3636

@@ -135,7 +135,7 @@ For additional context, try using the detailed reporter. Or, for logging output
135135
and integration with your quality assurance process, the json reporter can
136136
be used.
137137

138-
![detailed-reporter](http://danielstjules.com/buddyjs/detailed.png)
138+
![detailed-reporter](http://danielstjules.com/github/buddyjs-detailed.png)
139139

140140
## Ignoring numbers
141141

0 commit comments

Comments
 (0)