diff --git a/pathman/pathman.bash b/pathman/pathman.bash
index 7de2693..1fa9396 100644
--- a/pathman/pathman.bash
+++ b/pathman/pathman.bash
@@ -4,19 +4,21 @@
# homepage: https://git.rootprojects.org/root/pathman
# tagline: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell
# description: |
-# Works with
-# - Mac, Windows, Linux
-# - Bash, Zsh, Fish
-# - Command, Powershell
+# Manages PATH on various OSes and shells
+# - Mac, Windows, Linux
+# - Bash, Zsh, Fish
+# - Command, Powershell
# examples: |
# ```bash
# pathman add ~/.local/bin
# ```
#
+#
# ```bash
# pathman remove ~/.local/bin
# ```
#
+#
# ```bash
# pathman list
# ```
diff --git a/rustlang/rustlang.bash b/rustlang/rustlang.bash
index df5a8e4..e95f172 100644
--- a/rustlang/rustlang.bash
+++ b/rustlang/rustlang.bash
@@ -5,11 +5,19 @@
# tagline: The Rust Toolchain
# description: |
# A language empowering everyone to build reliable and efficient software.
+#
+# Rust is the modern language used to build all of your favorite CLI tools, such as
+# - rg (ripgrep, modern grep)
+# - fd (modern find)
+# - sd (modern sed)
+# - lsd (modern ls)
+# - bat (modern cat)
# examples: |
# ```bash
# cargo install ripgrep
# ```
#
+#
# ```bash
# cargo new hello --bin
# cargo build --release
diff --git a/webi/webi.bash b/webi/webi.bash
index af6a4d8..1becb36 100644
--- a/webi/webi.bash
+++ b/webi/webi.bash
@@ -10,10 +10,12 @@
# webi node
# ```
#
+#
# ```bash
# webi golang
# ```
#
+#
# ```bash
# webi rustlang
# ```