Skip to content

Commit bee6458

Browse files
authored
Merge pull request #40 from a-kenji/ke-docs-order
docs: Move Overview
2 parents cdc2246 + 538e6b1 commit bee6458

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[![Built with Nix](https://img.shields.io/static/v1?label=built%20with&message=nix&color=5277C3&logo=nixos&style=flat-square&logoColor=ffffff)](https://builtwithnix.org)
44
[![Crates](https://img.shields.io/crates/v/sizelint?style=flat-square)](https://crates.io/crates/sizelint)
55

6+
`sizelint` is a fast, configurable file size linter that helps prevent large files from entering your Git repository.
7+
It can be used as a standalone tool, pre-commit hook, or as part of your CI/CD pipeline.
8+
9+
## Overview
10+
611
<!--toc:start-->
712
- [`$ sizelint` - lint your working tree based on file sizes](#sizelint-lint-your-working-tree-based-on-file-sizes)
813
- [`$ sizelint` - usage](#-sizelint---usage)
@@ -15,10 +20,6 @@
1520
- [License](#license)
1621
<!--toc:end-->
1722

18-
## Overview
19-
20-
`sizelint` is a fast, configurable file size linter that helps prevent large files from entering your Git repository.
21-
It can be used as a standalone tool, pre-commit hook, or as part of your CI/CD pipeline.
2223

2324
## `$ sizelint` - usage
2425

0 commit comments

Comments
 (0)