Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
liujianping committed Jan 20, 2020
1 parent 53ca06a commit 412e250
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -2,6 +2,11 @@ routine
===
[![GoDoc](https://godoc.org/github.com/x-mod/routine?status.svg)](https://godoc.org/github.com/x-mod/routine) [![Go Report Card](https://goreportcard.com/badge/github.com/x-mod/routine)](https://goreportcard.com/report/github.com/x-mod/routine) [![Build Status](https://travis-ci.org/x-mod/routine.svg?branch=master)](https://travis-ci.org/x-mod/routine) [![Version](https://img.shields.io/github/tag/x-mod/routine.svg)](https://github.com/x-mod/routine/releases) [![Coverage Status](https://coveralls.io/repos/github/x-mod/routine/badge.svg?branch=master)](https://coveralls.io/github/x-mod/routine?branch=master)


## Routine Architecture

![](docs/routine.png)

## Quick Start

````go
Expand All @@ -24,11 +29,7 @@ func main(){
}
````

You can just clone the repo, then running `go run quickstart/main.go`.

## Routine Architecture

![](docs/routine.png)
Or you can just clone the repo, then running `go run quickstart/main.go`.

## Main Routine

Expand Down

0 comments on commit 412e250

Please sign in to comment.