Skip to content

Commit 6f14808

Browse files
authored
README.md fixes (#7)
1 parent 5bf1038 commit 6f14808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# coo_extension
1+
# coo_extensions
22

33
**coo(l) extensions!**
4-
A set of commonly used Dart/Flutter extension to ease development.
4+
A set of commonly used Dart/Flutter extensions to ease development.
55

66
## Installation
77

8-
To use this package, add `coo_extension` as a dependency in your `pubspec.yaml` file.
8+
To use this package, add `coo_extensions` as a dependency in your `pubspec.yaml` file.
99

1010
```yaml
1111
dependencies:
12-
coo_extension: ^0.1.0
12+
coo_extensions: ^0.1.0
1313
```
1414
1515
Then, run `flutter pub get` to install the package.
@@ -25,7 +25,7 @@ Then, run `flutter pub get` to install the package.
2525
Example:
2626

2727
```dart
28-
import 'package:coo_extensions/string_extension.dart';
28+
import 'package:coo_extensions/string.extension.dart';
2929
3030
void main() {
3131
String? str = 'Hello World';

0 commit comments

Comments
 (0)