mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Rephrase slogan (add library manager)
This commit is contained in:
@ -43,8 +43,8 @@ PlatformIO
|
||||
:target: http://platformio.org
|
||||
|
||||
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
||||
development. Cross-platform code builder. Continuous and IDE integration.
|
||||
Arduino and MBED compatible. Ready for Cloud compiling.
|
||||
development. Cross-platform code builder and library manager. 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
|
||||
|
@ -12,8 +12,8 @@
|
||||
PlatformIO is an open source ecosystem for IoT development
|
||||
==========================================================
|
||||
|
||||
**Cross-platform code builder. Continuous and IDE integration.
|
||||
Arduino and MBED compatible. Ready for Cloud compiling.**
|
||||
**Cross-platform code builder and library manager. 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
|
||||
|
@ -18,7 +18,8 @@ __version__ = ".".join([str(s) for s in VERSION])
|
||||
__title__ = "platformio"
|
||||
__description__ = (
|
||||
"An open source ecosystem for IoT development. "
|
||||
"Cross-platform code builder. Continuous and IDE integration. "
|
||||
"Cross-platform code builder and library manager. "
|
||||
"Continuous and IDE integration. "
|
||||
"Arduino and MBED compatible. Ready for Cloud compiling."
|
||||
)
|
||||
__url__ = "http://platformio.org"
|
||||
|
Reference in New Issue
Block a user