Skip to content

Commit

Permalink
Added spanish version of README
Browse files Browse the repository at this point in the history
  • Loading branch information
ydarias committed Nov 22, 2016
1 parent 7671e84 commit 5a108e9
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions spanish/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Nombre de producto
> Breve descripción de lo que hace tu producto.
[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Downloads Stats][npm-downloads]][npm-url]

Uno o dos párrafos sobre tu producto y el problema que resuelve.

![](../header.png)

## Instalación

OS X y Linux:

```sh
npm install my-crazy-module --save
```

Windows:

```sh
edit autoexec.bat
```

## Ejemplo de uso

Algunos casos de ejemplo sobre cómo utilizar tu producto. Algunos bloques de código y capturas de pantalla harán que sea más atractivo.

## Configuración de desarrollo

Describe como instalar todas las dependencias y como ejecutar la batería de tests (en caso de tenerla). Si funciona en múltiples plataformas intenta describirlas todas si tuviesen pasos diferentes.

```sh
make install
npm test
```

## Historial de versiones

* 0.2.1
* CAMBIO: Actualizada la documentación (el módulo de código permanece igual)
* 0.2.0
* CAMBIO: Eliminado `setDefaultXYZ()`
* AÑADIDO: Añadido `init()`
* 0.1.1
* ARREGLADO: Cuelgue cuando se llama a `baz()` (Gracias a @NombreDelAmableContribuidor!)
* 0.1.0
* La primera release
* CAMBIO: Renombrado `foo()` a `bar()`
* 0.0.1
* Trabajo en progreso

## Meta

Tu nomre – [@TuTwitter](https://twitter.com/dbader_org)[email protected]

Distribuido bajo la licencia XYZ. Ver ``LICENSE`` para más información.

[https://github.com/yourname/github-link](https://github.com/dbader/)

[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
[npm-url]: https://npmjs.org/package/datadog-metrics
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics

0 comments on commit 5a108e9

Please sign in to comment.