Rephrase slogan

This commit is contained in:
Ivan Kravets
2015-11-30 18:05:32 +02:00
parent cd11171e33
commit 8aedc50f30
3 changed files with 7 additions and 7 deletions

View File

@ -43,8 +43,8 @@ PlatformIO
:target: http://platformio.org :target: http://platformio.org
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT `PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
development. Cross-platform, IDE and Continuous integration, Arduino and MBED development. Cross-platform code builder. Continuous and IDE integration.
compatible. Ready for Cloud compiling. Arduino and MBED compatible. Ready for Cloud compiling.
* **Development Platforms** - Embedded and Desktop development platforms with * **Development Platforms** - Embedded and Desktop development platforms with
pre-built toolchains, debuggers, uploaders and frameworks which work under pre-built toolchains, debuggers, uploaders and frameworks which work under

View File

@ -12,8 +12,8 @@
PlatformIO is an open source ecosystem for IoT development PlatformIO is an open source ecosystem for IoT development
========================================================== ==========================================================
**Cross-platform, IDE and Continuous integration, Arduino and MBED **Cross-platform code builder. Continuous and IDE integration.
compatible. Ready for Cloud compiling.** Arduino and MBED compatible. Ready for Cloud compiling.**
* **Development Platforms** - Embedded and Desktop development platforms with * **Development Platforms** - Embedded and Desktop development platforms with
pre-built toolchains, debuggers, uploaders and frameworks which work under pre-built toolchains, debuggers, uploaders and frameworks which work under

View File

@ -17,9 +17,9 @@ __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"
__description__ = ( __description__ = (
"An open source ecosystem for IoT development. Cross-platform, IDE and " "An open source ecosystem for IoT development. "
"Continuous integration, Arduino and MBED compatible. " "Cross-platform code builder. Continuous and IDE integration. "
"Ready for Cloud compiling" "Arduino and MBED compatible. Ready for Cloud compiling."
) )
__url__ = "http://platformio.org" __url__ = "http://platformio.org"