From 1c35728a9cafb1add72e14fae88dd037216913d7 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 13 Jun 2019 16:06:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20177cd..ccdf575 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Until the first full release, Blazor will always require the newest **preview** | [Session #2](/docs/02-customize-a-pizza.md) | Add customized pizzas to orders | | [Session #3](/docs/03-show-order-status.md) | Show order status | | [Session #4](/docs/04-refactor-state-management.md) | Refactor state management | -| [Session #5](/dovs/05-checkout-with-validation.md) | Checkout with validation | +| [Session #5](/docs/05-checkout-with-validation.md) | Checkout with validation | | [Session #6](/docs/06-authentication-and-authorization.md) | Authenticate users and authorize access to order status | | [Session #7](/docs/07-javascript-interop.md) | Track order status on a real time map | | [Session #8](/docs/08-templated-components.md) | Create and use components with template parameters |