Skip to content

Commit c76ae59

Browse files
committed
chore: Update DEVELOPMENT.md
1 parent bd4c71e commit c76ae59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ And run the tests by the following command.
3737
## `precommit` hook setup
3838

3939
You can use pre-commit hooks with the following configuration.
40-
This commit hook performs checks like `cargo fmt` and `cargo clippy` before committing.
40+
By installing this hook, you can perform code formatting and lint automatically before creating commits.
4141

4242
```
4343
❯ pip install pre-commit --break-system-packages
@@ -48,7 +48,7 @@ This commit hook performs checks like `cargo fmt` and `cargo clippy` before comm
4848

4949
You can build Raftify with the following features.
5050

51-
By enabling or disabling the features below, you can include only the essential dependencies and source code in the build.
51+
By enabling or disabling the features below, you can include only the necessary dependencies and source code in the build.
5252

5353
- `inmemory_storage`: In-memory log storage.
5454
- `heed_storage`: [Heed](https://github.com/meilisearch/heed) log storage.

0 commit comments

Comments
 (0)