Skip to content

Commit 5c14b8b

Browse files
committed
Readme tweaks
1 parent f901aa3 commit 5c14b8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Examples
9696
```
9797
GameController.init();
9898
```
99-
![http://clay.io/images/controller/1.png](GamePad 1)
99+
![GamePad 1](http://clay.io/images/controller/1.png)
100100

101101
**Joystick on left, 1 button on right**
102102
```
@@ -120,7 +120,7 @@ GameController.init( {
120120
}
121121
} );
122122
```
123-
![http://clay.io/images/controller/2.png](GamePad 2)
123+
![GamePad 2](http://clay.io/images/controller/2.png)
124124

125125
**Joysticks on both sides**
126126
```
@@ -145,7 +145,7 @@ GameController.init( {
145145
}
146146
});
147147
```
148-
![http://clay.io/images/controller/3.png](GamePad 3)
148+
![GamePad 3](http://clay.io/images/controller/3.png)
149149

150150
**Two large buttons at bottom**
151151
```
@@ -162,7 +162,7 @@ GameController.init( {
162162
right: false
163163
} );
164164
```
165-
![http://clay.io/images/controller/4.png](GamePad 4)
165+
![GamePad 4](http://clay.io/images/controller/4.png)
166166

167167
These examples are just the start - the customization allows for quite a bit to be done,
168168
and of course, the code can always be edited as well.

0 commit comments

Comments
 (0)