Skip to content

Commit fbdd9db

Browse files
authored
Correct confusion between platforms and frameworks (#185)
The "platforms" section has as a first JSON example "frameworks" in it, not "platforms"
1 parent a61c627 commit fbdd9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librarymanager/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Example:
283283

284284
.. code-block:: javascript
285285
286-
"frameworks": ["atmelavr", "espressif8266"]
286+
"platforms": ["atmelavr", "espressif8266"]
287287
288288
If the library is compatible with the all platforms, then do not declare this field or
289289
use ``*`` symbol:

0 commit comments

Comments
 (0)