Skip to content

Commit 9a466df

Browse files
committed
Update download.mdx
1 parent e98aaf1 commit 9a466df

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Website/src/pages/download.mdx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,20 +114,15 @@ import styles from "./styles.module.css";
114114
<p>You can verify the checksum with the following PowerShell command:</p>
115115
<pre>
116116
<code class="language-powershell">
117-
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm
118-
SHA256
117+
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256
119118
</code>
120119
</pre>
121120
<p>
122121
Checksums for each release can be found on
123-
<span>
124-
<a
125-
href="https://github.com/BornToBeRoot/NETworkManager/releases"
126-
target="_blank"
127-
>
128-
GitHub Releases
129-
</a>
130-
</span>.
122+
<a href="https://github.com/BornToBeRoot/NETworkManager/releases" target="_blank">
123+
GitHub Releases
124+
</a>
125+
.
131126
</p>
132127
</div>
133128
</details>

0 commit comments

Comments
 (0)