From 402d2c87f5c1fbfdd15f3262bb94dce089c3c67a Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 3 Dec 2012 21:44:07 -0500 Subject: [PATCH] Points Quantopian link in README to www. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ba90aa..52ae8885 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Python. The system is fundamentally event-driven and a close approximation of how live-trading systems operate. Zipline is currently used in production as the backtesting engine -powering -- a free, community-centered +powering Quantopian (https://www.quantopian.com) -- a free, community-centered platform that allows development and real-time backtesting of trading algorithms in the web browser.