Skip to content

Commit

Permalink
fix typo about minified
Browse files Browse the repository at this point in the history
  • Loading branch information
kyaryunha committed Jun 30, 2022
1 parent b75c51a commit 6655ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h4>JS</h4>
<span data-lang="en">or minified version is</span>
<span data-lang="jp">あるいは minified version は次の通りである。</span>
<br>
<pre><code>&lt;script type="text/javascript" src="https://cdn.jsdelivr.net/npm/i18n-language@1.0.8/i18n-language.js"&gt;&lt;/script&gt;</code></pre>
<pre><code>&lt;script type="text/javascript" src="https://cdn.jsdelivr.net/npm/i18n-language@1.0.8/i18n-language.min.js"&gt;&lt;/script&gt;</code></pre>

<h2 data-lang="ko">링크</h2>
<h2 data-lang="en">Link</h2>
Expand Down

0 comments on commit 6655ce0

Please sign in to comment.