Skip to content

Commit

Permalink
Merge pull request #21 from pitabwire/renovate/lints-4.x
Browse files Browse the repository at this point in the history
update readme file
  • Loading branch information
pitabwire authored May 14, 2024
2 parents 8d9e872 + 72f5330 commit 38dbc3d
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 38dbc3d

Please sign in to comment.