Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Oct 29, 2019
1 parent 51cf7d5 commit c8ff3bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# body-mass-index
# bmi-utils

A Javascript lib to calculate [body mass index](https://en.wikipedia.org/wiki/Body_mass_index).

## Install
## Install [![npm version](https://badge.fury.io/js/bmi-utils.svg)](https://badge.fury.io/js/bmi-utils)

```sh
yarn add body-mass-index
yarn add bmi-utils
```

## Usage

```js
import { calculate } from 'body-mass-index'
import { calculate } from 'bmi-utils'

// ... your code here
```
Expand Down

0 comments on commit c8ff3bb

Please sign in to comment.