diff --git a/static/index.html b/static/index.html index 01c47c2..51ea47a 100644 --- a/static/index.html +++ b/static/index.html @@ -17,10 +17,10 @@

How does it work?

Dotplan API

Fetch the plan for example@dotplan.online as plain text:

-
    curl https://dotplan.online/example@dotplan.online
+
    curl https://dotplan.online/plan/example@dotplan.online

Fetch the plan for example@dotplan.online as JSON:

    curl -H 'Accept: application/json' \
-      https://dotplan.online/example@dotplan.online
+ https://dotplan.online/plan/example@dotplan.online

See the GitHub for more details, such as how to verify signed plans.

Dotplan Online

Register the email address test@example.com with password my-password-123 (an email with further instructions will be sent):