Skip to content

Commit 509c56a

Browse files
docs: update README
1 parent 88859bd commit 509c56a

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README.ja.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,20 @@
4343
![動作](https://raw.githubusercontent.com/technote-space/jquery.marker-animation/images/marker-animation.gif)
4444

4545
## Installation
46-
### ダウンロードして利用
47-
[リリースバージョン](https://github.com/technote-space/jquery.marker-animation/releases/latest/download/jquery.marker-animation.min.js)をダウンロードして
48-
```html
49-
<script type="text/javascript" src="/assets/jquery.marker-animation.min.js"></script>
50-
```
51-
のように読み込む
5246
### npmから利用
5347
https://www.npmjs.com/package/jquery.marker-animation
5448

5549
```bash
5650
npm install --save jquery.marker-animation
5751
```
5852

53+
### ダウンロードして利用
54+
[リリースバージョン](https://github.com/technote-space/jquery.marker-animation/releases/latest/download/index.js)をダウンロードして
55+
```html
56+
<script type="text/javascript" src="/assets/jquery.marker-animation/index.js"></script>
57+
```
58+
のように読み込む
59+
5960
### WordPressで利用
6061
プラグインとして利用できるようにしました。
6162

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,20 @@ jQuery plugin to add under line animation like highlighter.
4343
![Behavior](https://raw.githubusercontent.com/technote-space/jquery.marker-animation/images/marker-animation.gif)
4444

4545
## Installation
46-
### Use from download
47-
Download [Release version](https://github.com/technote-space/jquery.marker-animation/releases/latest/download/jquery.marker-animation.min.js) and enqueue script.
48-
```html
49-
<script type="text/javascript" src="/assets/jquery.marker-animation.min.js"></script>
50-
```
51-
### Use from npm
46+
### npm
5247
https://www.npmjs.com/package/jquery.marker-animation
5348

5449
```bash
5550
npm install --save jquery.marker-animation
5651
```
5752

58-
### for WordPress
53+
### Browser
54+
Download [Release version](https://github.com/technote-space/jquery.marker-animation/releases/latest/download/index.js) and enqueue script.
55+
```html
56+
<script type="text/javascript" src="/assets/jquery.marker-animation/index.js"></script>
57+
```
58+
59+
### WordPress
5960
[GitHub](https://github.com/technote-space/marker-animation)
6061

6162
## Usage

0 commit comments

Comments
 (0)