diff --git a/README.md b/README.md index 24f5e04..e1f1533 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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