Skip to content

Commit 5c76524

Browse files
committed
Update README.md
1 parent 7cf9506 commit 5c76524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
使い方
1010
------
1111
### インライン ###
12-
インラインのコードは、バッククォート (`` ` ``) で囲みます。
12+
インラインのコードは、**バッククォート** (`` ` ``) で囲みます。
1313

1414
### ブロックレベル ###
1515
<script type="text/javascript" src="jquery.min.js"></script>
@@ -25,12 +25,12 @@
2525
リストの間に空行を挟むと、それぞれのリストに `<p>` タグが挿入され、行間が
2626
広くなります。
2727

28-
def MyFunction(param, ...)
28+
def MyFunction(param1, param2, ...)
2929

30-
+ **`param1`** :
30+
+ `param1` :
3131
_パラメータ1_ の説明
3232

33-
+ **`param2`** :
33+
+ `param2` :
3434
_パラメータ2_ の説明
3535

3636
関連情報

0 commit comments

Comments
 (0)