Skip to content

Commit

Permalink
should be "site" not "sites"
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Dec 5, 2024
1 parent 1f8aef9 commit a5ab76f
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
Expand Up @@ -66,12 +66,12 @@ The configuration file is a TOML file. It should be located at
this:

```toml
[sites."site1"]
[site."site1"]
auth = "username:password"
path = "/path/to/site1"
free_account = true

[sites."site2"]
[site."site2"]
auth = "6f5902ac237024bdd0c176cb93063dc4" # An API key
path = "/path/to/site2"
free_account = false
Expand Down

0 comments on commit a5ab76f

Please sign in to comment.