aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-01-03 12:49:18 -0500
committerJesús <heckyel@hyperbola.info>2019-01-03 12:49:18 -0500
commit6f5b377b4774df9d5daa147fc1f06a08cfe9c35c (patch)
tree074f7f820c82c6b30d9cdc86d9ee563a6701ce6b
parentb648f8ec5e46d1166393e48d74b952375aea2bc3 (diff)
downloadlibresocial-6f5b377b4774df9d5daa147fc1f06a08cfe9c35c.tar.lz
libresocial-6f5b377b4774df9d5daa147fc1f06a08cfe9c35c.tar.xz
libresocial-6f5b377b4774df9d5daa147fc1f06a08cfe9c35c.zip
fix README.md
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 80adcf1..7fdb168 100644
--- a/README.md
+++ b/README.md
@@ -126,19 +126,19 @@ También opcionalmente puede cambiar el __nombre de la fuente__, __copyright__,
2. Agregamos la imagen vectorial llamada __nueva__.svg a nuestra lista de íconos.
-```scss
-.icon-nueva:before {
- content: "\e820";
-}
-```
+ ```scss
+ .icon-nueva:before {
+ content: "\e820";
+ }
+ ```
3. Por último usted agregaría el nombre de la clase __icon-nueva__ al archivo _demo.html_ para testear su nuevo ícono.
-```html
-<a class="nueva" href="#"><i class="icon-nueva"></i></a>
-```
+ ```html
+ <a class="nueva" href="#"><i class="icon-nueva"></i></a>
+ ```
-4. [Compilar LibreSocial](#compilación)
+4. Compilar LibreSocial
## Contributor