From f3a79528125662dac49ffe717907caa3c006f9af Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 17 Dec 2021 00:23:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5dfc4a..3b3e90c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Crates.io](https://img.shields.io/crates/v/rust-script.svg)](https://crates.io/crates/rust-script) # rust-script -Run Rust files and expressions without any setup or explicit compilation step, with seamless use of crates specified in the script file. +Run Rust script files without any setup or explicit compilation step, with seamless use of crates specified as dependencies inside the scripts. ```sh $ cargo install script-script