Skip to content

Commit

Permalink
readme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Apr 4, 2017
1 parent dc8717d commit 987e694
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
<h4 align="center">One JavaScript Style to Rule Them All</h4>

<p align="center">
<em>
Translations:
<a href="docs/README-ptbr.md">Português</a>,
<a href="docs/README-esla.md">Spanish</a>,
<a href="docs/README-zhtw.md">繁體中文</a>
</em>
Translations:
<a href="docs/README-ptbr.md">Português</a>,
<a href="docs/README-esla.md">Spanish</a>,
<a href="docs/README-zhtw.md">繁體中文</a>
</p>

<br>
Expand Down Expand Up @@ -302,16 +300,16 @@ If you still prefer to configure `standard` manually, [follow this guide][websto
Yes! If you use `standard` in your project, you can include one of these badges in
your readme to let people know that your code is using the standard style.

[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

```md
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
```

[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

```md
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
```

## I disagree with rule X, can you change it?
Expand Down
10 changes: 4 additions & 6 deletions docs/README-esla.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
<h4 align="center">Una guía de estilos Javascript para gobernarlos a todos</h4>

<p align="center">
<em>
Translations:
<a href="../README.md">English</a>,
<a href="README-ptbr.md">Português</a>,
<a href="README-zhtw.md">繁體中文</a>
</em>
Translations:
<a href="../README.md">English</a>,
<a href="README-ptbr.md">Português</a>,
<a href="README-zhtw.md">繁體中文</a>
</p>

<br>
Expand Down
10 changes: 4 additions & 6 deletions docs/README-ptbr.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
<h4 align="center">Um Guia de Estilo JavaScript para a todos governar</h4>

<p align="center">
<em>
Translations:
<a href="../README.md">English</a>,
<a href="README-esla.md">Spanish</a>,
<a href="README-zhtw.md">繁體中文</a>
</em>
Translations:
<a href="../README.md">English</a>,
<a href="README-esla.md">Spanish</a>,
<a href="README-zhtw.md">繁體中文</a>
</p>

<br>
Expand Down
10 changes: 4 additions & 6 deletions docs/README-zhtw.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
<h4 align="center">統一 JavaScript,只需一種樣式</h4>

<p align="center">
<em>
翻譯:
<a href="../README.md">English</a>、
<a href="README-ptbr.md">Português</a>、
<a href="README-esla.md">Spanish</a>
</em>
翻譯:
<a href="../README.md">English</a>、
<a href="README-ptbr.md">Português</a>、
<a href="README-esla.md">Spanish</a>
</p>

<br>
Expand Down

0 comments on commit 987e694

Please sign in to comment.