Skip to content

Commit

Permalink
Merge pull request #66 from solid-software/fix/wrong-package-name-readme
Browse files Browse the repository at this point in the history
The package name entered is incorrect in README.md
  • Loading branch information
illia-romanenko authored Jul 18, 2023
2 parents 63f7ee9 + b56798d commit de94441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ It's particularly useful for apps that require precise text input, like chat or

## Getting started

1. Add dependency:
1. Run this command:

```dart
flutter pub add language_tool_textfield
flutter pub add languagetool_textfield
```

2. Import the package:

```dart
import 'package:language_tool_textfield/language_tool_textfield.dart';
import 'package:languagetool_textfield/languagetool_textfield.dart';
```


Expand Down

0 comments on commit de94441

Please sign in to comment.