README.md
--- actual
+++ expected
@@ -1,42 +1,37 @@
-## Package Deprecation Notice
-The CCI has taken ownership of the public Conan package for this library, which can be found at the following links:
-https://github.com/conan-io/conan-center-index
-Conan Community will keep this version of the package on Github and Bintray, however it will no longer be maintained or supported.
-Users are advised to update their projects to use the official Conan package maintained by Conan Center Index immediately.
+[](https://travis-ci.org/conan-community/conan-paho-c/builds/654604774)
+[](https://ci.appveyor.com/project/ConanCIintegration/conan-paho-c/builds/31026998)
# conan-paho-c
-
-[](https://bintray.com/conan-community/conan/paho-c%3Aconan/1.2.0%3Astable/link)
-[](https://travis-ci.org/conan-community/conan-paho-c)
-[](https://ci.appveyor.com/project/danimtb/conan-paho-c/branch/stable/1.2.0)
-[Conan.io](https://conan.io) package for [paho.mqtt.c](https://github.com/eclipse/paho.mqtt.c) project
+[Conan](https://bintray.com/conan-community/conan/paho-c%3Aconan/1.2.0%3Astable) package for conan-paho-c library.
-The packages generated with this **conanfile** can be found in [Bintray](https://bintray.com/conan-community/conan/paho-c%3Aconan).
-## For Users: Use this package
-
-### Basic setup
+## Basic setup
$ conan install paho-c/1.2.0@conan/stable
-
-### Project setup
+
+## Project setup
If you handle multiple dependencies in your project is better to add a *conanfile.txt*
-
+
[requires]
paho-c/1.2.0@conan/stable
+ [options]
+
[generators]
- txt
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.
+