From da961bf2b2aa2d236c571f1a9cb4f756248df8f5 Mon Sep 17 00:00:00 2001 From: Jakub Janarek Date: Wed, 18 Oct 2017 13:43:58 +0200 Subject: [PATCH] fix link md syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c086697..619e5a8 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [RxJs](https://github.com/Reactive-Extensions/RxJS) - The Reactive Extensions for JavaScript. * [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for Javascript. * [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption. -* [Highland] (http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. +* [Highland](http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. * [Most.js](https://github.com/cujojs/most) - high performance FRP library. * [MobX](https://github.com/mobxjs/mobx) - TFRP library for simple, scalable state management. * [Cycle.js](https://cycle.js.org) - A functional and reactive JavaScript library for cleaner code.