Skip to content

Commit

Permalink
Update readme_es.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ninpl committed Jul 24, 2020
1 parent e32ab3f commit 4635643
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ Para ocultar alguna estadística específica, puedes utilizar el parámetro `?hi
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=["contribs","prs"])
```

### Agregar contribuciones privadas al total de commits contados

Puede agregar el recuento de todas sus contribuciones privadas al recuento total de confirmaciones utilizando el parámetro de consulta `?count_private=true`.

_Nota: Si está desplegando este proyecto usted mismo, las contribuciones privadas se contarán de manera predeterminada; de lo contrario, deberá elegir compartir sus recuentos de contribuciones privadas._

> Opciones: `&count_private=true`
```md
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&count_private=true)
```

### Mostrar íconos

Para habilitar los íconos, puedes utilizar `show_icons=true` como parámetro, de esta manera:
Expand Down

0 comments on commit 4635643

Please sign in to comment.