From d2376007a9c0145c44cc315cecc60f4243338c85 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sun, 1 Oct 2017 16:10:36 -0400 Subject: [PATCH] Fix formatting --- framework-comparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-comparisons.md b/framework-comparisons.md index 4d9687b..c88a53a 100644 --- a/framework-comparisons.md +++ b/framework-comparisons.md @@ -2,7 +2,7 @@ #### React, Angular, Ember, and Vue -- **Angular vs React vs Vue: A 2017 Comparison** +- **Angular vs React vs Vue: A 2017 Comparison** https://medium.com/unicorn-supplies/angular-vs-react-vs-vue-a-2017-comparison-c5c52d620176 The best framework comparison article I've seen. Covers multiple important considerations when choosing a framework, clearly describes the pros, cons, approaches, and tradeoffs of each library, and gives some suggestions for why you might want to choose one framework over the other. Also links to several additional comparison articles at the end.