From 237cb579546d71aea178d5ef56ee63a80243d9f7 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Thu, 11 Oct 2018 14:44:30 +0200 Subject: [PATCH] Small updates to the Quick Start docs --- index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.md b/index.md index c76cb9c..7f1f05f 100644 --- a/index.md +++ b/index.md @@ -57,15 +57,15 @@ Quick Start $ plackup webperl.psgi HTTP::Server::PSGI: Accepting connections at http://0:5000/ -- Then point your browser at - or - , - and have a look at the HTML source of `webperl_demo.html`. - -You may also host the contents of the above ZIP archive on a webserver of your choice, -as described in [Using WebPerl](using.html). (Note: In `webperl_demo.html`, you'll -likely see "AJAX Failed!", which is to be expected since your webserver won't -know how to handle the example AJAX request.) +- Then point your browser at + and have a look at its source. The ZIP archive also contains several + other examples, which you can access at . + +You may also host the contents of the above ZIP archive on a webserver of your +choice, or some browsers will support opening the files locally; both are +described in [Serving WebPerl](using.html#serving-webperl). +(Note: In `webperl_demo.html`, you'll likely see "AJAX Failed!", which is to be +expected since your webserver won't know how to handle the example AJAX request.) Have fun! ️🐪