Skip to content

Commit

Permalink
doc: update README with correct import after package name update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Lepage committed Sep 4, 2019
1 parent fb39167 commit 4cf874a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ dependencies:
### Import
Import the package in your code file.
```dart
import 'package:flutter_staggered_animation/staggered_animation.dart';
import 'package:flutter_staggered_animations/flutter_staggered_animations.dart';
```

## Basic usage
Expand Down
File renamed without changes.

0 comments on commit 4cf874a

Please sign in to comment.