Skip to content

Commit 0ca152b

Browse files
yamap55azu
authored andcommitted
fix(jquery): コードサンプルを修正。 (#110)
1 parent ed701fb commit 0ca152b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ja/jQuery/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ calculator.fn = calculator.prototype;
8282
また、モジュールで依存関係を示していますがやっていることはjQueryと同じで、[calculator.js](#calculator.js)を読み込んでから[calculator-plugin.js](#calculator-plugin.js)を読み込んでいるだけですね。
8383

8484
```html
85-
<script src="jquery.js"></script>
86-
<script src="greenify.js"></script>
85+
<script src="calculator.js"></script>
86+
<script src="calculator-plugin.js"></script>
8787
```
8888

8989
これを使うと`calculator#add`といったメソッドが利用できるようになるので、以下のように書くことが出来ます。

0 commit comments

Comments
 (0)