diff --git a/docs/librarymanager/creating.rst b/docs/librarymanager/creating.rst index 12406eb2..e5590f59 100644 --- a/docs/librarymanager/creating.rst +++ b/docs/librarymanager/creating.rst @@ -43,7 +43,7 @@ Example: .. code-block:: javascript { - "name": "Arduino-IRremote", + "name": "IRremote", "keywords": "infrared, ir, remote", "description": "Send and receive infrared signals with multiple protocols", "repository": @@ -70,10 +70,10 @@ Example: .. code-block:: javascript { - "name": "Arduino-XBee", + "name": "XBee", "keywords": "xbee, protocol, radio", "description": "Arduino library for communicating with XBees in API mode", - "author": + "authors": { "name": "Andrew Rapp", "email": "andrew.rapp@gmail.com", @@ -104,10 +104,10 @@ of **required** fields in the :ref:`library_config` will look like: .. code-block:: javascript { - "name": "Arduino-OneWire", + "name": "OneWire", "keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton", "description": "Control devices (from Dallas Semiconductor) that use the One Wire protocol (DS18S20, DS18B20, DS2408 and etc)", - "author": + "authors": { "name": "Paul Stoffregen", "url": "http://www.pjrc.com/teensy/td_libs_OneWire.html" diff --git a/docs/librarymanager/index.rst b/docs/librarymanager/index.rst index 18203969..f1cbf5de 100644 --- a/docs/librarymanager/index.rst +++ b/docs/librarymanager/index.rst @@ -5,7 +5,8 @@ Library Manager .. - *"A missing library manager for embedded platforms (Atmel AVR, MSP430 and ARM)"* [#]_ + *"The missing library manager for embedded platforms (Atmel AVR, MSP430 + and ARM)"* [#]_ *PlatformIO Library Manager* allows you to organize external embedded libraries. You can search for new libraries via :ref:`Command Line `