diff --git a/action.yml b/action.yml
index 9fa9239..a7d85b1 100644
--- a/action.yml
+++ b/action.yml
@@ -1,11 +1,11 @@
 name: 'Setup Rust and Cargo'
 author: 'Miles Johnson'
 description:
-  'Sets up Rust by installing a toolchain, components, and targets with rustup. Also sets up Cargo
-  by installing necessary binaries and caching when applicable.'
+  'Sets up Rust by installing a toolchain/components/targets with rustup, and also Cargo by
+  installing bins and caching core.'
 inputs:
   bins:
-    description: 'Comma-separated list of global binaries to install.'
+    description: 'Comma-separated list of global binaries to install into Cargo.'
   channel:
     description: 'Toolchain specification/channel to install.'
   components: