Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabwire committed May 14, 2024
1 parent cdda7cc commit 72f5330
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/pitabwire/xid/actions/workflows/run_tests.yaml/badge.svg?branch=main)](https://github.com/pitabwire/xid/actions/workflows/run_tests.yaml)

> This project is a dart implementation of the Go Lang library found here: [https://github.com/rs/xid](https://github.com/rs/xid)
> This project [https://github.com/pitabwire/xid](https://github.com/pitabwire/xid) is a dart implementation of the Go Lang library found here: [https://github.com/rs/xid](https://github.com/rs/xid)
__ReadMe is from that project (with some modifications for dart).__

Expand Down Expand Up @@ -64,12 +64,13 @@ References:
## Usage

```dart
import 'dart:developer';
import 'package:xid/xid.dart';
void main() {
var xid = Xid();
print('generated id: $xid');
log('generated id: $xid');
}
// generated id: 9m4e2mr0ui3e8a215n4g
Expand Down

0 comments on commit 72f5330

Please sign in to comment.