From 8f58276131a296ff780a3b47b2cbec44d7e163a7 Mon Sep 17 00:00:00 2001 From: Hoang Trinh Date: Wed, 2 Feb 2022 09:27:23 +0700 Subject: [PATCH] doc: Update Readme Typo --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 14fa85dd..64137b9c 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,18 @@ Some of `cargo-eval`'s features include: Table of contents: -- [Installation](#installation) - - [Features](#features) - - [Self-Executing Scripts](#shebang) -- [Usage](#usage) - - [Scripts](#scripts) - - [Expressions](#expressions) - - [Stream Filters](#filters) - - [Environment Variables](#env-vars) - - [Templates](#templates) -- [License](#license) - - [Contribution](#contribution) +- [`cargo-eval`](#cargo-eval) + - [Installation](#installation) + - [Cargo Features](#cargo-features) + - [Self-Executing Scripts](#self-executing-scripts) + - [Usage](#usage) + - [Scripts](#scripts) + - [Expressions](#expressions) + - [Stream Filters](#stream-filters) + - [Environment Variables](#environment-variables) + - [Templates](#templates) + - [License](#license) + - [Contribution](#contribution) ## Installation @@ -64,7 +65,7 @@ If you want to make a script usable across platforms, it is recommended that you ## Usage -Generally, you will want to use `cargo-eval` by invoking it as a `cargo` subcommand with `cargo script` (note the lack of a hypen). You can get an overview of the available options using the `--help` flag. +Generally, you will want to use `cargo-eval` by invoking it as a `cargo` subcommand with `cargo eval` (note the lack of a hypen). You can get an overview of the available options using the `--help` flag. ### Scripts