Skip to content

Commit 17b1253

Browse files
committed
Fix typos in cruftygj
1 parent e61bf2a commit 17b1253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![Rust](https://github.com/EncodePanda/crufty/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/EncodePanda/crufty/actions/workflows/rust.yml)
22

3-
# Crafty
3+
# Crufty
44

5-
**Crafty** is a command-line tool that scans your projects for large build
5+
**Crufty** is a command-line tool that scans your projects for large build
66
artifacts and cleans them up safely. It supports many common languages and build
77
systems including Rust, Node.js, Python, Java, and more.
88

99
## Usage
1010

1111
```
12-
> crafty help
12+
> crufty help
1313
A command-line tool that scans projects for large build artifacts and cleans them up
1414
1515
Usage: crufty <COMMAND>
@@ -28,7 +28,7 @@ Options:
2828
### Basic Scan
2929

3030
```
31-
> crafty scan
31+
> crufty scan
3232
3333
[+] Scanning: /home/encodepanda/Projects
3434

0 commit comments

Comments
 (0)