Small updates to the Quick Start docs

gh-pages
Hauke D 7 years ago
parent a71c7d97e8
commit 237cb57954

@ -57,15 +57,15 @@ Quick Start
$ plackup webperl.psgi $ plackup webperl.psgi
HTTP::Server::PSGI: Accepting connections at http://0:5000/ HTTP::Server::PSGI: Accepting connections at http://0:5000/
- Then point your browser at - Then point your browser at <http://localhost:5000/webperl_demo.html>
<http://localhost:5000/webperl_demo.html> or and have a look at its source. The ZIP archive also contains several
<http://localhost:5000/mini_ide/webperl_mini_ide.html>, other examples, which you can access at <http://localhost:5000/>.
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
You may also host the contents of the above ZIP archive on a webserver of your choice, choice, or some browsers will support opening the files locally; both are
as described in [Using WebPerl](using.html). (Note: In `webperl_demo.html`, you'll described in [Serving WebPerl](using.html#serving-webperl).
likely see "AJAX Failed!", which is to be expected since your webserver won't (Note: In `webperl_demo.html`, you'll likely see "AJAX Failed!", which is to be
know how to handle the example AJAX request.) expected since your webserver won't know how to handle the example AJAX request.)
Have fun! ️🐪 Have fun! ️🐪

Loading…
Cancel
Save