Skip to content

Commit 6000124

Browse files
committed
Tweak copy re. platforms
1 parent 143ac4b commit 6000124

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $ hdi d
130130

131131
Also looks for `README.rst` / `readme.rst`, though Markdown READMEs work best.
132132

133-
No dependencies, just Bash. Works on macOS and Linux.
133+
Works on macOS and Linux (probably WSL2 also).
134134

135135
## Development
136136

website/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { title } = Astro.props;
1414
<title>hdi - {title}</title>
1515
<meta
1616
name="description"
17-
content="CLI tool that scans a project's README and extracts the commands you need to get it running. No dependencies, just Bash."
17+
content="CLI tool that scans a project's README and extracts the commands you need to get it running."
1818
/>
1919
<script
2020
is:inline

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ import { VERSION } from "../data/data";
8383
</div>
8484
</div>
8585
<p class="install-note">
86-
No dependencies, just Bash. Works on macOS and Linux.
86+
Works on macOS and Linux (probably WSL2 also).
8787
</p>
8888
</section>
8989

0 commit comments

Comments
 (0)