diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-13 22:23:31 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-13 22:23:31 +0200 |
commit | 81c90009b48f22d65bc8b59944b18c9503fc5676 (patch) | |
tree | a694bead62fddc38d9950347372641ffc8cede55 /dummy-data/README.md | |
parent | 494529f0a95641d82ee64b8a2db89826de64edfd (diff) | |
download | homer-81c90009b48f22d65bc8b59944b18c9503fc5676.tar.gz homer-81c90009b48f22d65bc8b59944b18c9503fc5676.tar.zst homer-81c90009b48f22d65bc8b59944b18c9503fc5676.zip |
Refine demo content
Diffstat (limited to 'dummy-data/README.md')
-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 deed875..eeff4ec 100644 --- a/dummy-data/README.md +++ b/dummy-data/README.md | |||
@@ -11,5 +11,5 @@ The principle is simple: save a sample output of the API used in the service in | |||
11 | Example: | 11 | Example: |
12 | ``` | 12 | ``` |
13 | mkdir pihole | 13 | mkdir pihole |
14 | curl http://my-pihile.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 `enpoint` property) | 14 | 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 `enpoint` property) |
15 | ``` \ No newline at end of file | 15 | ``` \ No newline at end of file |