Skip to content

Commit

Permalink
Merge pull request #80 from chrishumboldt/dev-rocket
Browse files Browse the repository at this point in the history
Added in the Rocket Tools dependency.
  • Loading branch information
chrishumboldt committed Jan 17, 2017
2 parents f2a10d9 + bd9f042 commit 9e98ce6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -24,12 +24,12 @@ Start by including the necessary files.

```html
<head>
<link href="node_modules/rocket-flicker/css/flicker.min.css" rel="stylesheet" type="text/css">
<link href="node_modules/rocket-flicker/css/flicker.min.css" rel="stylesheet" type="text/css">
</head>
<body>
/* Your content goes here */
/* Your content goes here */
<script src="node_modules/rocket-tools/js/tools.min.js"></script>
<script src="node_modules/rocket-flicker/js/flicker.min.js"></script>
<script src="node_modules/rocket-flicker/js/flicker.min.js"></script>
</body>
```

Expand Down Expand Up @@ -123,10 +123,10 @@ To make your flicker touch enabled, just included the Hammer library (Rocket Fli

```html
<body>
/* Your content goes here */
<script src="node_modules/rocket-flicker/js/hammer-v2.0.3.min.js"></script>
/* Your content goes here */
<script src="node_modules/rocket-flicker/js/hammer-v2.0.3.min.js"></script>
<script src="node_modules/rocket-tools/js/tools.min.js"></script>
<script src="node_modules/rocket-flicker/js/flicker.min.js"></script>
<script src="node_modules/rocket-flicker/js/flicker.min.js"></script>
</body>
```

Expand Down

0 comments on commit 9e98ce6

Please sign in to comment.