Skip to content

Commit 90404e5

Browse files
committed
Renamed master branch to main
1 parent 2ec522a commit 90404e5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Dart
1010

1111
on:
1212
push:
13-
branches: [ "master" ]
13+
branches: [ "main" ]
1414
pull_request:
15-
branches: [ "master" ]
15+
branches: [ "main" ]
1616

1717
jobs:
1818
build:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Logger
22

33
[![pub package](https://img.shields.io/pub/v/logger.svg?logo=dart&logoColor=00b9fc)](https://pub.dartlang.org/packages/logger)
4-
[![CI](https://img.shields.io/github/actions/workflow/status/Bungeefan/logger/dart.yml?branch=master&logo=github-actions&logoColor=white)](https://github.com/Bungeefan/logger/actions)
5-
[![Last Commits](https://img.shields.io/github/last-commit/Bungeefan/logger?logo=git&logoColor=white)](https://github.com/Bungeefan/logger/commits/master)
4+
git[![CI](https://img.shields.io/github/actions/workflow/status/Bungeefan/logger/dart.yml?branch=main&logo=github-actions&logoColor=white)](https://github.com/Bungeefan/logger/actions)
5+
[![Last Commits](https://img.shields.io/github/last-commit/Bungeefan/logger?logo=git&logoColor=white)](https://github.com/Bungeefan/logger/commits/main)
66
[![Pull Requests](https://img.shields.io/github/issues-pr/Bungeefan/logger?logo=github&logoColor=white)](https://github.com/Bungeefan/logger/pulls)
77
[![Code size](https://img.shields.io/github/languages/code-size/Bungeefan/logger?logo=github&logoColor=white)](https://github.com/Bungeefan/logger)
8-
[![License](https://img.shields.io/github/license/Bungeefan/logger?logo=open-source-initiative&logoColor=green)](https://github.com/Bungeefan/logger/blob/master/LICENSE)
8+
[![License](https://img.shields.io/github/license/Bungeefan/logger?logo=open-source-initiative&logoColor=green)](https://github.com/Bungeefan/logger/blob/main/LICENSE)
99

1010
Small, easy to use and extensible logger which prints beautiful logs.<br>
1111
Inspired by [logger](https://github.com/orhanobut/logger) for Android.
@@ -32,7 +32,7 @@ Instead of a string message, you can also pass other objects like `List`, `Map`
3232

3333
## Output
3434

35-
![](https://raw.githubusercontent.com/Bungeefan/logger/master/art/screenshot.png)
35+
![](https://raw.githubusercontent.com/Bungeefan/logger/main/art/screenshot.png)
3636

3737
# Documentation
3838

0 commit comments

Comments
 (0)