Skip to content

Commit

Permalink
Fix wrong org name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehinds committed Nov 11, 2024
1 parent 72431f0 commit 734342b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ ReqParser is a HTTP request parsing and formatting tool that accepts and logs HT
## Installation

```bash
go install github.com/lukehinds/reqparser@latest
go install github.com/stackloklabs/reqparser@latest
```

Or clone and build manually:

```bash
git clone https://github.com/lukehinds/reqparser.git
git clone https://github.com/stackloklabs/reqparser.git
cd reqparser
make build
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/lukehinds/reqparser
module github.com/stackloklabs/reqparser

go 1.22.1

0 comments on commit 734342b

Please sign in to comment.