Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Mar 11, 2024
1 parent 027ec9a commit 9b019e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ A light and fast queue library.

## Getting started

Start a server as the following.
First add the dependency in your pubspec.yaml

```yaml
dependencies:
utopia_queue: ^0.2.0
```
Now, in main.dart, you can start a server as the following.
```dart
import 'package:utopia_queue/utopia_queue.dart';
Expand Down

0 comments on commit 9b019e7

Please sign in to comment.