From c830674b583204e200f5530f9274c76f04e647b9 Mon Sep 17 00:00:00 2001 From: Tyler Nickerson Date: Thu, 9 Jul 2020 19:56:55 -0700 Subject: [PATCH] Updated status badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb9cc66c..20afc76f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-![Travis CI](https://img.shields.io/travis/odict/odict.svg) +![Go](https://github.com/odict/odict/workflows/Go/badge.svg?branch=master) @@ -16,4 +16,4 @@ The Open Dictionary Project (ODict for short), is an open-source alternative to (fastest serialization). Entries are searched in log(*n*) time, [un-coincidentally the time complexity of an ordered map lookup](https://google.github.io/flatbuffers/flatbuffers_guide_use_cpp.html). -Full documentation available at https://odict.org. \ No newline at end of file +Full documentation available at https://odict.org.