Skip to content

Commit 34fe2ef

Browse files
Fix html.
1 parent e15ed1f commit 34fe2ef

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

docs/en/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,7 @@ <h3>Step 1: Install Deno</h3>
102102
<h3>Step 2: Generate a Plugin Project</h3>
103103
<div class="code-block">
104104
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
105-
<pre><code class="language-bash">deno run --allow-read --allow-write --allow-run --allow-net --allow-env \
106-
https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts \
107-
--name "MySynth" \
108-
--author "Your Name" \
109-
--output ./my-synth \
110-
--with-git</code></pre>
105+
<pre><code class="language-bash">deno run --allow-read --allow-write --allow-run --allow-net --allow-env https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts --name "MyAudioPlugin" --author "Your Name" --output ./my-audio-plugin --with-git</code></pre>
111106
</div>
112107

113108
<h3>Step 3: Build & Run</h3>

docs/ja/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,7 @@ <h3>Step 1: Denoをインストール</h3>
102102
<h3>Step 2: プラグインプロジェクトを生成</h3>
103103
<div class="code-block">
104104
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
105-
<pre><code class="language-bash">deno run --allow-read --allow-write --allow-run --allow-net --allow-env \
106-
https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts \
107-
--name "MySynth" \
108-
--author "Your Name" \
109-
--output ./my-synth \
110-
--with-git</code></pre>
105+
<pre><code class="language-bash">deno run --allow-read --allow-write --allow-run --allow-net --allow-env https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts --name "MyAudioPlugin" --author "Your Name" --output ./my-audio-plugin --with-git</code></pre>
111106
</div>
112107

113108
<h3>Step 3: ビルド & 実行</h3>

0 commit comments

Comments
 (0)