From 89aa85e48a088125baa601de283366450caffdaa Mon Sep 17 00:00:00 2001 From: Dendi Suhubdy Date: Sun, 27 Aug 2017 16:59:34 -0400 Subject: [PATCH] fixing readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index beadcb4..c284ae5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Development is done on MacOS X Sierra 10.12 with FreeBSD 10 as the primary deplo ## Build instructions - git clone git://github.com/dendisuhubdy/backend.git + git clone git://github.com/dendisuhubdy/backend-exchange.git mkdir build cd build cmake .. @@ -24,8 +24,6 @@ Development is done on MacOS X Sierra 10.12 with FreeBSD 10 as the primary deplo ## 3rd party components * [libuv](https://github.com/joyent/libuv) -* [http-parser](https://github.com/joyent/http-parser) -* [node.native](https://github.com/d5/node.native) * [disruptor--](https://github.com/fsaintjacques/disruptor--) * [Liquibook](https://github.com/objectcomputing/liquibook): an incredibly fast order matching engine. * [QuickFIX](http://www.quickfixengine.org/): a FIX message parser.