Skip to content

Commit 38dbc3d

Browse files
authored
Merge pull request #21 from pitabwire/renovate/lints-4.x
update readme file
2 parents 8d9e872 + 72f5330 commit 38dbc3d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44

5-
> This project is a dart implementation of the Go Lang library found here: [https://github.com/rs/xid](https://github.com/rs/xid)
5+
> 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)
66
77
__ReadMe is from that project (with some modifications for dart).__
88

@@ -64,12 +64,13 @@ References:
6464
## Usage
6565

6666
```dart
67+
import 'dart:developer';
68+
6769
import 'package:xid/xid.dart';
6870
6971
void main() {
7072
var xid = Xid();
71-
print('generated id: $xid');
72-
73+
log('generated id: $xid');
7374
}
7475
7576
// generated id: 9m4e2mr0ui3e8a215n4g

0 commit comments

Comments
 (0)