From 8aedc50f303a57d1266d153d1f0f3541078ded7e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 30 Nov 2015 18:05:32 +0200 Subject: [PATCH] Rephrase slogan --- README.rst | 4 ++-- docs/index.rst | 4 ++-- platformio/__init__.py | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 3930b519..caec3e08 100644 --- a/README.rst +++ b/README.rst @@ -43,8 +43,8 @@ PlatformIO :target: http://platformio.org `PlatformIO `_ is an open source ecosystem for IoT -development. Cross-platform, IDE and Continuous integration, Arduino and MBED -compatible. Ready for Cloud compiling. +development. Cross-platform code builder. Continuous and IDE integration. +Arduino and MBED compatible. Ready for Cloud compiling. * **Development Platforms** - Embedded and Desktop development platforms with pre-built toolchains, debuggers, uploaders and frameworks which work under diff --git a/docs/index.rst b/docs/index.rst index 60c0c749..c9ae12d9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,8 +12,8 @@ PlatformIO is an open source ecosystem for IoT development ========================================================== -**Cross-platform, IDE and Continuous integration, Arduino and MBED -compatible. Ready for Cloud compiling.** +**Cross-platform code builder. Continuous and IDE integration. +Arduino and MBED compatible. Ready for Cloud compiling.** * **Development Platforms** - Embedded and Desktop development platforms with pre-built toolchains, debuggers, uploaders and frameworks which work under diff --git a/platformio/__init__.py b/platformio/__init__.py index 9fd589ec..06925c76 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -17,9 +17,9 @@ __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" __description__ = ( - "An open source ecosystem for IoT development. Cross-platform, IDE and " - "Continuous integration, Arduino and MBED compatible. " - "Ready for Cloud compiling" + "An open source ecosystem for IoT development. " + "Cross-platform code builder. Continuous and IDE integration. " + "Arduino and MBED compatible. Ready for Cloud compiling." ) __url__ = "http://platformio.org"