Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonVanzo committed Feb 10, 2024
1 parent 479e13e commit c77173f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dora-uikit
# Dora UI Kit

A UI Kit for React Native

Expand All @@ -8,16 +8,6 @@ A UI Kit for React Native
npm install dora-uikit
```

## Usage

```js
import { multiply } from 'dora-uikit';

// ...

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
Expand Down

0 comments on commit c77173f

Please sign in to comment.