Skip to content

Commit

Permalink
chore: Rename common to wrestling_scoreboard_common
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Mar 2, 2024
1 parent f7ffec7 commit 37a337a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wrestling_scoreboard_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A simple usage example:

```dart
import 'package:common/common.dart';
import 'package:wrestling_scoreboard_common/common.dart';
main() {
var club = Club(name: 'MyClubName');
Expand Down
4 changes: 2 additions & 2 deletions wrestling_scoreboard_common/lib/common.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Library for common functionality in client and server applications.
library common;
/// Library for common functionality in client and server wrestling applications.
library wrestling_scoreboard_common;

export 'src/data.dart';
export 'src/enums.dart';
Expand Down

0 comments on commit 37a337a

Please sign in to comment.