From b5fd7f667344b691db55eba2ab9c7709fa4c5d96 Mon Sep 17 00:00:00 2001 From: Quentin Jin Date: Sat, 31 Aug 2019 14:59:49 +0800 Subject: [PATCH] fix badge --- README.md | 5 ++--- README.zh_cn.md | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2dd7e62..f7fe65a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@

[![Build Status](https://travis-ci.org/luoxiu/Once.svg?branch=master)](https://travis-ci.org/luoxiu/Once) -[![codecov](https://codecov.io/gh/luoxiu/Once/branch/master/graph/badge.svg)](https://codecov.io/gh/luoxiu/Once) -![release](https://img.shields.io/github/release-pre/luoxiu/Once) +![release](https://img.shields.io/github/v/release/luoxiu/Once?include_prereleases) ![install](https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4) ![platform](https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey) ![license](https://img.shields.io/github/license/luoxiu/combinex?color=black) @@ -66,7 +65,7 @@ class Manager { } ``` -### Do +#### PersistentToken Unlike `run`, `do` will persist the execution history of the task (using `UserDefault`). diff --git a/README.zh_cn.md b/README.zh_cn.md index e8d0048..dc2c4b8 100644 --- a/README.zh_cn.md +++ b/README.zh_cn.md @@ -3,8 +3,7 @@

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