Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
upd: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopereirawd authored Feb 25, 2019
1 parent f315429 commit dc75dc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ npm i jq-fakeloader
<link rel="stylesheet" href="../node_modules/dist/fakeLoader.min.css">
```

### 3. Include `jQuery` dependency
### 3. Include `fakeLoader` placeholder in the HTML Document
```
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js">
<div class="fakeLoader"></div>
```

### 4. Include `fakeLoader` placeholder in the HTML Document
### 4. Include `jQuery` dependency
```
<div class="fakeLoader"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js">
```

### 5. Include `fakeLoader.min.js` placeholder in the HTML Document
### 5. Include `fakeLoader.min.js`
```js
<script src="../node_modules/dist/fakeLoader.min.js">
```
Expand All @@ -38,7 +38,7 @@ npm i jq-fakeloader
</script>
```

### 7.Options
### 7. Options

```js
<script>
Expand Down

0 comments on commit dc75dc3

Please sign in to comment.