From 9ce80b53f94e8d566c40227b2bedaa1352b1d53f Mon Sep 17 00:00:00 2001 From: zzossig Date: Wed, 22 Jan 2020 17:46:10 +0900 Subject: [PATCH] update reademe.md --- README.ko.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ko.md b/README.ko.md index 6e0a353..43f5db7 100644 --- a/README.ko.md +++ b/README.ko.md @@ -1054,7 +1054,7 @@ Some markdown contents ### code / codes => Tabbed code-block. indentation matters. -```bash +````` {{< codes java javascript >}} {{< code >}} ```java @@ -1067,4 +1067,4 @@ Some markdown contents ``` {{< /code >}} {{< /codes >}} -``` \ No newline at end of file +````` \ No newline at end of file diff --git a/README.md b/README.md index d89b3c9..d12411a 100644 --- a/README.md +++ b/README.md @@ -1047,7 +1047,7 @@ Some markdown contents ### code / codes => Tabbed code-block. indentation matters. -```bash +````` {{< codes java javascript >}} {{< code >}} ```java @@ -1060,4 +1060,4 @@ Some markdown contents ``` {{< /code >}} {{< /codes >}} -``` \ No newline at end of file +`````