From b8a5326ae51c34c181d5b353334f1523f20ba32d Mon Sep 17 00:00:00 2001 From: mccallofthewild Date: Thu, 5 Oct 2017 15:26:15 -0600 Subject: [PATCH] added tag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1219e70..d8bf3ec 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Crystal library for building Markov Chains and running Markov Processes. +[![Build Status](https://travis-ci.org/mccallofthewild/markov.svg?branch=master)](https://travis-ci.org/mccallofthewild/markov) [![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://mccallofthewild.github.io/markov/) [![GitHub release](https://img.shields.io/github/release/mccallofthewild/markov.svg)](https://github.com/mccallofthewild/markov/releases) + ### _What is a Markov Chain?_ A Markov Chain is essentially a mechanism for guessing probable future events based on a sample of past events.