From 153161b849981c210a9c7c2436c33f940416a9fb Mon Sep 17 00:00:00 2001 From: Barry Els Date: Wed, 8 Feb 2017 21:30:34 +0200 Subject: [PATCH] docs: Minor grammar and link bait update :) (#1602) --- docs/framework-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework-comparison.md b/docs/framework-comparison.md index 92573f40..4e4bd7f5 100644 --- a/docs/framework-comparison.md +++ b/docs/framework-comparison.md @@ -22,7 +22,7 @@ However, if you're starting something new, do consider giving Mithril a try, if ## Why use Mithril? -In one sentence: because **Mithril is pragmatic**. The 10 minutes [guide](index.md) is a good example: that's how long it takes to learn components, XHR and routing - and that's just about the right amount of knowledge needed to build useful applications. +In one sentence: because **Mithril is pragmatic**. This [10 minute guide](index.md) is a good example: that's how long it takes to learn components, XHR and routing - and that's just about the right amount of knowledge needed to build useful applications. Mithril is all about getting meaningful work done efficiently. Doing file uploads? [The docs show you how](request.md#file-uploads). Authentication? [Documented too](route.md#authentication). Exit animations? [You got it](animation.md). No extra libraries, no magic.