From f556d43e823cba3fb127fda3f664682cf10a5dfb Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Mon, 18 Nov 2019 19:36:22 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0098260..8099f8f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Linux: [![Build Status](https://travis-ci.org/kbknapp/cargo-count.svg?branch=master)](https://travis-ci.org/kbknapp/cargo-count) -A cargo subcommand for displaying line counts of source code in projects, including a niave `unsafe` counter for Rust source files. This subcommand was originally based off and inspired by the project [tokei](https://github.com/aaronepower/tokei) by [Aaronepower](https://github.com/aaronepower) +A cargo subcommand for displaying line counts of source code in projects, including a naive `unsafe` counter for Rust source files. This subcommand was originally based off and inspired by the project [tokei](https://github.com/aaronepower/tokei) by [Aaronepower](https://github.com/aaronepower) ## Demo