Skip to content

Commit

Permalink
fix: types on readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama authored May 20, 2024
1 parent 6053bb1 commit b65d666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ go get github.com/eoussama/freego

### Environment Variables

The Freego package can be configured using environment variables. Create a `.env` file after the [`.env.example`](./.env.example) or set the following variables in your environment:
The Freego package can be configured using environment variables. Create a `.env` file after the [`.env.example`](./.env.example) file or set the following variables in your environment:

```txt
FREEGO_WEBHOOK_PORT=
Expand Down Expand Up @@ -123,8 +123,8 @@ func main() {

### Webhook

For local testing, the projectcomes with a Docker image that's already set up with [smee](smee.io) for convenient event reception.
For local testing, the project comes with a Docker image that's already set up with [smee](smee.io) for convenient event reception.

```sh
./smee <smee_url> <local_port>
```
./smee.sh <smee_url> <local_port>
```

0 comments on commit b65d666

Please sign in to comment.