From b1cca913a38d80070f86b7177ca183a3b848bc11 Mon Sep 17 00:00:00 2001 From: Daniel Schuette Date: Sat, 25 Aug 2018 22:40:57 -0400 Subject: [PATCH] update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 612d051..791f764 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CloningPrimer -![GitHub (pre-)release](https://img.shields.io/badge/release-v0.0.2-green.svg) [![GoDoc](https://godoc.org/github.com/DanielSchuette/cloningPrimer?status.svg)](https://godoc.org/github.com/DanielSchuette/cloningPrimer) ![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg) [![Build Status](https://travis-ci.org/DanielSchuette/cloningPrimer.svg?branch=master)](https://travis-ci.org/DanielSchuette/cloningPrimer) [![codecov](https://codecov.io/gh/DanielSchuette/cloningPrimer/branch/master/graph/badge.svg)](https://codecov.io/gh/DanielSchuette/cloningPrimer) +![GitHub (pre-)release](https://img.shields.io/badge/release-v0.0.3-green.svg) [![GoDoc](https://godoc.org/github.com/DanielSchuette/cloningPrimer?status.svg)](https://godoc.org/github.com/DanielSchuette/cloningPrimer) ![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg) [![Build Status](https://travis-ci.org/DanielSchuette/cloningPrimer.svg?branch=master)](https://travis-ci.org/DanielSchuette/cloningPrimer) [![codecov](https://codecov.io/gh/DanielSchuette/cloningPrimer/branch/master/graph/badge.svg)](https://codecov.io/gh/DanielSchuette/cloningPrimer) ## About @@ -8,7 +8,8 @@ Cloning Primer is a software tool that facilitates the design of primer pairs fo The software is accessible via a [web application](http://www.cloningprimer.com), but it is recommended to download the command line application ([CLI](./bin)) to enable offline use. Also, an API (written in Go) is available through this GitHub repository. Cloning Primer is under active development, so source code, web interface, API, and CLI might change in the future! -A working version of Cloning Primer is currently available as a pre-release version v0.0.2. Please review the [documentation section](#documentation) of this README file for more information about available functionality. +A working version of Cloning Primer is currently available as a pre-release version v0.0.3. Please review the [documentation section](#documentation) of this README file for more information about available functionality. + @@ -38,6 +39,7 @@ CLI binaries can be downloaded from [./bin](./bin) in this repository. + ## Documentation ### Application Programming Interface (API) @@ -83,16 +85,19 @@ func main() { } ``` + ### Command Line Interface (CLI) Documentation is coming soon. + ### Web Application Documentation is coming soon. + ## License This software is licensed under the MIT license, see *[LICENSE](./LICENSE.txt)* for more information. @@ -111,3 +116,4 @@ This software is licensed under the MIT license, see *[LICENSE](./LICENSE.txt)* +