diff options
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 |