File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ See [example](http://instructure-react.github.io/react-toggle/).
4
4
5
5
## Usage
6
6
7
- ``` javascript
7
+ ``` bash
8
8
npm install react-toggle
9
9
```
10
10
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html >
3
3
< meta charset =utf-8/ >
4
- < title > React Toggle </ title >
4
+ < title > react-toggle </ title >
5
5
<!--link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" / -->
6
6
< link rel ="stylesheet " href ="styles.css " />
7
7
< body >
8
8
< div id ="application " class ="container "> </ div >
9
9
< 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 >
10
12
</ body >
11
13
</ html >
You can’t perform that action at this time.
0 commit comments