From 4a93c75cbebf41e03e8e005d25185bacd7ed7c3c Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Thu, 21 Dec 2017 09:54:50 -0700 Subject: [PATCH] Side step a blog routing issue I'm not sure how sapper handles routing, but there seems to be an issue right now with trailing `/` characters. This PR just side steps the issue until it can be addressed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de18e906c5..d7a517fa30 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The magical disappearing UI framework. -* [Read the introductory blog post](https://svelte.technology/blog/frameworks-without-the-framework/) +* [Read the introductory blog post](https://svelte.technology/blog/frameworks-without-the-framework) * [Read the guide](https://svelte.technology/guide) * [Try it out](https://svelte.technology/repl) * [Chat on Gitter](https://gitter.im/sveltejs/svelte)