Skip to content

Commit

Permalink
docs: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed May 3, 2023
1 parent 36b2565 commit c130259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# detectr

A minimal geofencing application build with [gofiber](https://github.com/gofiber/fiber), using an embedded
A minimal geofencing application build with [gofiber](https://github.com/gofiber/fiber), using an embedded
[rtree](https://github.com/tidwall/rtree) and [geoindex](https://github.com/tidwall/geoindex) for fast
geospatial lookups.

Expand All @@ -12,7 +12,7 @@ is currently in.
### cli

```bash
go install github.com/iwpnd/detectr/cmd/detectr@latest
go install github.com/iwpnd/detectr/cmd/detectr-server@latest
```

```bash
Expand Down

0 comments on commit c130259

Please sign in to comment.