Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Apr 2, 2018
1 parent b50f491 commit a0fcb98
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Nano ID

![Pub](https://img.shields.io/pub/v/nanoid.svg)

## Usage

```dart
import 'package:nanoid/nanoid.dart';
void main() {
var id = nanoid();
// ...
}
```

## License

MIT

0 comments on commit a0fcb98

Please sign in to comment.