Skip to content

Commit 2427e27

Browse files
committed
tweak README
1 parent b4d522a commit 2427e27

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See [example](http://instructure-react.github.io/react-toggle/).
44

55
## Usage
66

7-
```javascript
7+
```bash
88
npm install react-toggle
99
```
1010

example/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!doctype html>
22
<html>
33
<meta charset=utf-8/>
4-
<title>React Toggle</title>
4+
<title>react-toggle</title>
55
<!--link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" / -->
66
<link rel="stylesheet" href="styles.css" />
77
<body>
88
<div id="application" class="container"></div>
99
<script src="bundle.js"></script>
10+
11+
<a href="https://github.com/instructure-react/react-toggle"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
1012
</body>
1113
</html>

0 commit comments

Comments
 (0)