Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Apr 16, 2020
1 parent 0af902f commit d1ec3c7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# repository
# @humaine/utils

A template repository
A utility library for the HUMAINE applications.

## Setup

Expand All @@ -10,8 +10,14 @@ npm install

## Usage

```bash
npm start
```typescript
import { quantize } from '@humaine-utils/math'

quantize(1.324, 2); // 1.32

import { optionsToUrl } from '@humaine-utils/url';

optionsToUrl({host: 'localhost'}); // http://localhost
```

## Contributing
Expand Down

0 comments on commit d1ec3c7

Please sign in to comment.