diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-11 18:42:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-11 18:42:22 -0500 |
commit | 6f4270cfacfe321836a8e78bd3bcef38dd567a03 (patch) | |
tree | 5156ee39c71558e005c2d75a4178ec7af91d5ca8 | |
parent | 2984a85772ee857f9bc7d73543a35cdbc7844a90 (diff) | |
download | libresocial-6f4270cfacfe321836a8e78bd3bcef38dd567a03.tar.lz libresocial-6f4270cfacfe321836a8e78bd3bcef38dd567a03.tar.xz libresocial-6f4270cfacfe321836a8e78bd3bcef38dd567a03.zip |
update README.md
simple syntax JSON
-rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -73,24 +73,24 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. Ejemplo: ```html - , "glyphs": - { "0xe800": "diaspora.svg" - , "0xe801": "friendica.svg" - , "0xe802": "gitlab.svg" - , "0xe803": "gnusocial.svg" - , "0xe804": "hubzilla.svg" - , "0xe805": "liberapay.svg" - , "0xe806": "mastodon.svg" - , "0xe807": "matrix.svg" - , "0xe808": "mediagoblin.svg" - , "0xe809": "notabug.svg" - , "0xe810": "peertube.svg" - , "0xe811": "pixelfed.svg" - , "0xe812": "pump.svg" - , "0xe813": "tox.svg" - , "0xe814": "xmpp.svg" - , "0xe815": "nueva.svg" - } + "glyphs": { + "0xe800": "diaspora.svg", + "0xe801": "friendica.svg", + "0xe802": "gitlab.svg", + "0xe803": "gnusocial.svg", + "0xe804": "hubzilla.svg", + "0xe805": "liberapay.svg", + "0xe806": "mastodon.svg", + "0xe807": "matrix.svg", + "0xe808": "mediagoblin.svg", + "0xe809": "notabug.svg", + "0xe810": "peertube.svg", + "0xe811": "pixelfed.svg", + "0xe812": "pump.svg", + "0xe813": "tox.svg", + "0xe814": "xmpp.svg", + "0xe815": "nueva.svg" + }, ``` La imagen vectorial **nueva** lleva por nombre _nueva.svg_, y su número de __glyphs__ respectivo es __0xe815__. También opcionalmente puede cambiar el __nombre de la fuente__, __copyright__, etc. |