Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
george-maroun committed Aug 2, 2023
1 parent 01f2e83 commit eaa17ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ It's recommended to use loggercheck with [golangci-lint](https://golangci-lint.r

## Badges

[![License](https://img.shields.io/github/license/georgemaroun/tracecheck.svg)](/LICENSE)
[![Release](https://img.shields.io/github/release/georgemaroun/tracecheck.svg)](https://github.com/georgemaroun/tracecheck/releases/latest)
[![License](https://img.shields.io/github/license/george-maroun/tracecheck.svg)](/LICENSE)
[![Release](https://img.shields.io/github/release/george-maroun/tracecheck.svg)](https://github.com/george-maroun/tracecheck/releases/latest)

## Install

```shel
go install github.com/georgemaroun/tracecheck/cmd/tracecheck
go install github.com/george-maroun/tracecheck/cmd/tracecheck
```

## Usage
Expand Down

0 comments on commit eaa17ba

Please sign in to comment.