Skip to content

Commit

Permalink
Reformat README and add next version notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Feb 9, 2019
1 parent 79b5435 commit e31a057
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/next-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
![NPM Montly Downloads](https://img.shields.io/npm/dm/lang.js.svg)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rmariuzzo/Lang.js/master/LICENSE)

<br>
<br>
<br>

## Installation

Different installation methods:
Expand All @@ -14,6 +18,16 @@ Different installation methods:
- Bower: `bower install lang.js`
- Manually: [Download latest release](https://github.com/rmariuzzo/Lang.js/releases/latest)

<br>
<br>
<br>

[![Are you interested in the next version?](.github/next-version.svg)](https://github.com/rmariuzzo/Lang.js/tree/next)

<br>
<br>
<br>

## Documentation

### Initialization
Expand Down Expand Up @@ -251,6 +265,9 @@ lang.choice('fruits.apple', 22);

This method act as an alias of [`choice()`](#choice).

<br>
<br>
<br>

## Development

Expand All @@ -260,6 +277,10 @@ This method act as an alias of [`choice()`](#choice).

**[Get help!](https://gitter.im/rmariuzzo/Lang.js)**

<br>
<br>
<br>

## Testing

To run the tests use the following commands:
Expand Down

0 comments on commit e31a057

Please sign in to comment.