From 71c6b0d20952f6975546a70948f63953a1f088af Mon Sep 17 00:00:00 2001 From: pinage404 Date: Sun, 17 Oct 2021 12:45:53 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa5cdea..8850774a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ yes `binstall` works with existing CI-built binary outputs, with configuration via `[package.metadata.binstall]` keys in the relevant crate manifest. When configuring `binstall` you can test against a local manifest with `--manifest-path=PATH` argument to use the crate and manifest at the provided `PATH`, skipping crate discovery and download. -To get started, add a `[package.metadata.binstall]` section to your `Cargo.toml. As an example, the default configuration would be: +To get started, add a `[package.metadata.binstall]` section to your `Cargo.toml`. As an example, the default configuration would be: ```toml [package.metadata.binstall]