README.md
--- actual
+++ expected
@@ -1,31 +1,37 @@
+
+
+
+[](https://travis-ci.org/conan-community/conan-pybind11/builds/452337336)
+[](None)
+
+
# conan-pybind11
-
-[](https://bintray.com/conan-community/conan/pybind11%3Aconan/_latestVersion)
-[](https://travis-ci.org/conan-community/conan-pybind11)
-[](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.
+