README.md

            --- actual
+++ expected
@@ -1,33 +1,10 @@
-[![Build Status](https://travis-ci.org/lasote/conan-zlib.svg)](https://travis-ci.org/lasote/conan-zlib)
-[![Build Status](https://ci.appveyor.com/api/projects/status/github/lasote/conan-zlib)](https://ci.appveyor.com/project/lasote/conan-zlib)
+
+
+
+[![Build Status](https://travis-ci.org/conan-community/conan-zlib.svg?branch=testing/new_package_tools)](https://travis-ci.org/conan-community/conan-zlib/builds/371524748)
+[![Build Status](None)](None)
 
 
 # conan-zlib
 
 
-[Conan](https://bintray.com/conan-community/conan/zlib%3Aconan) package for ZLIB library. Thanks to Tim Lebedkov for the MinGW integration help! :)
-
-
-## Basic setup
-
-    $ conan install zlib/1.2.11@conan/stable
-    
-## Project setup
-
-If you handle multiple dependencies in your project is better to add a *conanfile.txt*
-    
-    [requires]
-    zlib/1.2.11@conan/stable
-
-    [options]
-    zlib:shared=true # false
-    
-    [generators]
-    cmake
-
-Complete the installation of requirements for your project running:</small></span>
-
-    conan install . 
-
-Project setup installs the library (and all his dependencies) and generates the files *conanbuildinfo.cmake* with all the 
-paths and variables that you need to link with your dependencies.