diff --git a/archive/v0.1/mithril.min.zip b/archive/v0.1/mithril.min.zip index 632a3527..5b915f8b 100644 Binary files a/archive/v0.1/mithril.min.zip and b/archive/v0.1/mithril.min.zip differ diff --git a/archive/v0.1/mithril.route.html b/archive/v0.1/mithril.route.html index f7cc809b..d52256fa 100644 --- a/archive/v0.1/mithril.route.html +++ b/archive/v0.1/mithril.route.html @@ -171,7 +171,7 @@ where:

Redirecting

Usage

-

You can programmatically redirec to another page. Given the example in the "Defining Routes" section:

+

You can programmatically redirect to another page. Given the example in the "Defining Routes" section:

m.route("/dashboard/marysue");

redirects to http://server/#/dashboard/marysue