Skip to content

Commit 70e992f

Browse files
committed
Update installation example with cargo add
1 parent 5284139 commit 70e992f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string-auto-indent"
3-
version = "0.1.0-alpha"
3+
version = "0.1.0-alpha1"
44
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
55
edition = "2021"
66
description = "Normalizes multi-line string indentation while preserving platform-specific line endings."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When working with multi-line strings inside indented code blocks, unwanted leadi
2424
## Installation
2525

2626
```sh
27-
cargo install string-auto-indent
27+
cargo add string-auto-indent
2828
```
2929

3030
## Usage

0 commit comments

Comments
 (0)