Skip to content

Commit

Permalink
Incompatible comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwl authored Nov 28, 2018
1 parent 63ef585 commit 583acba
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 @@ -23,9 +23,9 @@ Will print all the different options and commands currently supported.

You need to some environment variables

```
```bash
export HUMIO_API_TOKEN=<token>
export HUMIO_ADDR=<humio-url> // E.g. https://cloud.humio.com/
export HUMIO_ADDR=<humio-url> # E.g. https://cloud.humio.com/
```

## Sending Logs
Expand Down Expand Up @@ -87,7 +87,7 @@ into `.humioconfig` in your home dir.
The CLI will always have environment variables take precedence over
values form your `~/.humioconfig` file.

```
```bash
# Your account API token. You can find your token in Humio's UI under
# 'Your Account' in the account menu.
HUMIO_API_TOKEN=<token>
Expand Down

0 comments on commit 583acba

Please sign in to comment.