Skip to content

Commit

Permalink
rename library
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-kasibhatla committed Feb 27, 2024
1 parent 1cc2f81 commit 56aff99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Optionally include stack trace in logs
Get started with no configuration:

```dart
import 'package:log_plus/logs.dart';
import 'package:log_plus/log_plus.dart';
void main() {
final log = Logs();
Expand All @@ -49,7 +49,7 @@ void main() {
Customise output and storage:

```dart
import 'package:log_plus/logs.dart';
import 'package:log_plus/log_plus.dart';
void main() {
final log = Logs(
Expand Down
2 changes: 1 addition & 1 deletion example/main.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:log_plus/logs.dart';
import 'package:log_plus/log_plus.dart';

void main() {
print(
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/logs_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:log_plus/logs.dart';
import 'package:log_plus/log_plus.dart';
import 'package:test/test.dart';

void main() {
Expand Down

0 comments on commit 56aff99

Please sign in to comment.