From 63503a15bc6404acf211d3115ca771a10ed4aba4 Mon Sep 17 00:00:00 2001 From: Ben Lau Date: Sun, 9 Apr 2017 11:56:03 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27242d2..e0fa3e4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ Promises/A+ logo + Quick Promise - QML Promise Library =================================== + [![Build Status](https://travis-ci.org/benlau/quickpromise.svg?branch=master)](https://travis-ci.org/benlau/quickpromise) The Promise object is widely used for deferred and asynchronous computation in Javascript Application. "Quick Promiseā€ is a library that provides Promise object in a QML way. It comes with a Promise component with signal and property. It could be resolved via a binary expression, another promise object, then trigger your callback by QueuedConnection.