Skip to content

Commit b5fd7f6

Browse files
committed
fix badge
1 parent 226282d commit b5fd7f6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<p align="center">
44

55
[![Build Status](https://travis-ci.org/luoxiu/Once.svg?branch=master)](https://travis-ci.org/luoxiu/Once)
6-
[![codecov](https://codecov.io/gh/luoxiu/Once/branch/master/graph/badge.svg)](https://codecov.io/gh/luoxiu/Once)
7-
![release](https://img.shields.io/github/release-pre/luoxiu/Once)
6+
![release](https://img.shields.io/github/v/release/luoxiu/Once?include_prereleases)
87
![install](https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4)
98
![platform](https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey)
109
![license](https://img.shields.io/github/license/luoxiu/combinex?color=black)
@@ -66,7 +65,7 @@ class Manager {
6665
}
6766
```
6867

69-
### Do
68+
#### PersistentToken
7069

7170
Unlike `run`, `do` will persist the execution history of the task (using `UserDefault`).
7271

README.zh_cn.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<p align="center">
44

55
[![Build Status](https://travis-ci.org/luoxiu/Once.svg?branch=master)](https://travis-ci.org/luoxiu/Once)
6-
[![codecov](https://codecov.io/gh/luoxiu/Once/branch/master/graph/badge.svg)](https://codecov.io/gh/luoxiu/Once)
7-
![release](https://img.shields.io/github/release-pre/luoxiu/Once)
6+
![release](https://img.shields.io/github/v/release/luoxiu/Once?include_prereleases)
87
![install](https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4)
98
![platform](https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey)
109
![license](https://img.shields.io/github/license/luoxiu/combinex?color=black)

0 commit comments

Comments
 (0)