diff options
author | Ivan Barsukov <barsukox@gmail.com> | 2023-02-07 08:33:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 08:33:33 +0100 |
commit | 05912080962ad6d0c09bc9f79f82de58663a5fac (patch) | |
tree | ca5b1de2fd1c69961c933a45aaa1633595ac07de /dummy-data | |
parent | b7cd8f9482e6836a96b354b11595b03b9c3d67cd (diff) | |
download | homer-05912080962ad6d0c09bc9f79f82de58663a5fac.tar.gz homer-05912080962ad6d0c09bc9f79f82de58663a5fac.tar.zst homer-05912080962ad6d0c09bc9f79f82de58663a5fac.zip |
Minor doc fixes (#595)
Diffstat (limited to 'dummy-data')
-rw-r--r-- | dummy-data/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy-data/README.md b/dummy-data/README.md index 78b2243..6a54be3 100644 --- a/dummy-data/README.md +++ b/dummy-data/README.md | |||
@@ -18,5 +18,5 @@ Example: | |||
18 | 18 | ||
19 | ```sh | 19 | ```sh |
20 | mkdir pihole | 20 | mkdir pihole |
21 | curl http://my-pihole.me/admin/api.php -o pihole/api.php # /admin is omited because for PiHole, the implementation expect it to be in the base url (`url` or `endpoint` property) | 21 | curl http://my-pihole.me/admin/api.php -o pihole/api.php # /admin is omitted because for PiHole, the implementation expect it to be in the base url (`url` or `endpoint` property) |
22 | ``` | 22 | ``` |