Skip to content

Commit

Permalink
fix: seperate installation section in readme and remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
okmanideep committed Dec 13, 2023
1 parent accbd20 commit 92392a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ For pushing ephemeral state to the UI and clearing off after being handled. Usef
### `ViewModel`
Business logic container that exposes state, event methods to the UI and communicates with the rest of the application

## Usage
`$ flutter pub add jetpack:^1.0.3`
## Installation
`$ flutter pub add jetpack`

## Usage
Create your `ViewModel` and expose state using `LiveData`
```dart
import 'package:jetpack/jetpack.dart';
Expand Down

0 comments on commit 92392a0

Please sign in to comment.