diff --git a/README.md b/README.md index d855cc1..8d0f3a8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ BjyProfiler =========== -1.3.0-dev: -[![Build Status](https://travis-ci.org/andrey-mokhov/BjyProfiler.svg?branch=1.3.0-dev)](https://travis-ci.org/andrey-mokhov/BjyProfiler.svg?branch=1.3.0-dev) -[![Coverage Status](https://coveralls.io/repos/github/andrey-mokhov/BjyProfiler/badge.svg?branch=1.3.0-dev)](https://coveralls.io/github/andrey-mokhov/BjyProfiler?branch=1.3.0-dev) +Master: +[![Build Status](https://travis-ci.org/andrey-mokhov/BjyProfiler.svg?branch=master)](https://travis-ci.org/andrey-mokhov/BjyProfiler) +[![Coverage Status](https://coveralls.io/repos/github/andrey-mokhov/BjyProfiler/badge.svg?branch=master)](https://coveralls.io/github/andrey-mokhov/BjyProfiler) Provides Zend\Db adapters with extensions for database query profiling, as well as a profiler similar to ZF1's Zend\_Db\_Profiler. I ported much of this code from ZF1's Zend_Db.