README.md

            --- actual
+++ expected
@@ -1,31 +1,37 @@
+
+
+
+[![Build Status](https://travis-ci.org/conan-community/conan-pybind11.svg?branch=release/2.2.4)](https://travis-ci.org/conan-community/conan-pybind11/builds/452337336)
+[![Build Status](None)](None)
+
+
 # conan-pybind11
 
-![pybind11 image](/images/conan-pybind11.png)
 
-[![Download](https://api.bintray.com/packages/conan-community/conan/pybind11%3Aconan/images/download.svg)](https://bintray.com/conan-community/conan/pybind11%3Aconan/_latestVersion)
-[![Build Status](https://travis-ci.org/conan-community/conan-pybind11.svg?branch=release%2F2.2.4)](https://travis-ci.org/conan-community/conan-pybind11)
-[![Build status](https://ci.appveyor.com/api/projects/status/jyeh443gn0l0f3bi/branch/release/2.2.4?svg=true)](https://ci.appveyor.com/project/memsharded/conan-pybind11/branch/release/2.2.4)
 
-[Conan.io](https://conan.io) package recipe for [pybind11](https://github.com/pybind/pybind11) project.
+[Conan](https://bintray.com/conan-community/conan/pybind11%3Aconan/2.2.4%3Astable) package for conan-pybind11 library.
 
-The packages generated with this **conanfile** can be found in [Bintray](https://bintray.com/conan-community/conan/pybind11%3Aconan).
 
-## For Users: Use this package
-
-### Basic setup
+## Basic setup
 
     $ conan install pybind11/2.2.4@conan/stable
-
-### Project setup
+    
+## Project setup
 
 If you handle multiple dependencies in your project is better to add a *conanfile.txt*
-
+    
     [requires]
     pybind11/2.2.4@conan/stable
 
+    [options]
+    
     [generators]
     cmake
 
-## License
+Complete the installation of requirements for your project running:
 
-[MIT License](LICENSE)
+    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.
+