Skip to content

Commit

Permalink
chore(readme): update & skip version (#7)
Browse files Browse the repository at this point in the history
* chore(readme): update

* chore(readme): remove npm link

* chore(readme): update
  • Loading branch information
caioagiani authored Feb 21, 2022
1 parent ce853f8 commit 6b23e60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4,306 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<h3 align="left">Simple tool to look for typos in github repositories</h3>

![screenshot-terminal-tools](.github/assets/terminal.png)
![screenshot-terminal-tools](https://github.com/caioagiani/github-typos-scan/blob/main/.github/assets/terminal.png)

## Installation

Expand All @@ -32,6 +32,7 @@ $ npm install
```

## Usage

### As a CLI application:

```bash
Expand All @@ -52,17 +53,12 @@ Example:
(async () => {
const urlRepository = "https://github.com/CheetahTemplate3/cheetah3";

await client.init();

for (const word of enUs) {
await client.github(urlRepository, word);
}

client.close();
await scanGithubRepository(urlRepository);
})();
```

## Development

```bash
# Download project
$ git clone [email protected]:caioagiani/github-typos-scan.git
Expand All @@ -82,5 +78,5 @@ $ github-typos-scan --url https://github.com/caioagiani/github-typos-scan

## License

Copyright © 2021 [caioagiani](https://github.com/caioagiani).<br />
Copyright © 2022 [caioagiani](https://github.com/caioagiani).<br />
Este projeto é licenciado [GNU AGPL](https://github.com/caioagiani/github-typos-scan/blob/master/LICENSE).
Loading

0 comments on commit 6b23e60

Please sign in to comment.