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.