Skip to content

Commit

Permalink
move module to pitr.ca/fj
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr committed Dec 31, 2023
1 parent 4e516fc commit 7e88959
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 @@ -36,8 +36,8 @@ fj can un-flatten too, which is useful to get a subset of JSON:
Alternatively, if you have Go compiler:

```
❯ go install github.com/pitr/fj@latest # OR
❯ go get -u github.com/pitr/fj # legacy way
❯ go install pitr.ca/fj@latest # OR
❯ go get -u pitr.ca/fj # legacy way
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pitr/fj
module pitr.ca/fj

go 1.16

Expand Down

0 comments on commit 7e88959

Please sign in to comment.