Update project title

This commit is contained in:
Ivan Kravets
2014-11-07 22:22:18 +02:00
parent c821cdefa4
commit da234bf228
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ where you can setup different environments with specific
options: platform type, firmware uploading settings, pre-built framework
and many more.
.. image:: examples/platformio-examples.png
.. image:: https://raw.githubusercontent.com/ivankravets/platformio/develop/examples/platformio-examples.png
:target: https://raw.githubusercontent.com/ivankravets/platformio/develop/examples/platformio-examples.png
:alt: Examples
:width: 730px

View File

@ -5,8 +5,8 @@ VERSION = (0, 9, "0-dev")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"
__description__ = ("A cross-platform code builder and library manager for "
"Arduino, MSP430, ARM")
__description__ = ("A cross-platform code builder and "
"the missing library manager")
__url__ = "http://platformio.ikravets.com"
__author__ = "Ivan Kravets"