From 461a73852b11aa4bedddd0168ee3bf95c81d7b7c Mon Sep 17 00:00:00 2001
From: dm1sh <me@dmitriy.icu>
Date: Tue, 10 Aug 2021 14:57:12 +0300
Subject: [PATCH] Fixed badges

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9d372a2..9f885b0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # TTT-game
 
-[![codecov](https://codecov.io/gh/dm1sh/tic-tac-toe/branch/main/graph/badge.svg)](https://codecov.io/gh/dm1sh/tic-tac-toe)
-![CI](https://github.com/dm1sh/tic-tac-toe/actions/workflows/ci.yaml/badge.svg)
+[![codecov](https://codecov.io/gh/dm1sh/ttt-game/branch/main/graph/badge.svg?token=7GZ4FJ3E4E)](https://codecov.io/gh/dm1sh/ttt-game)
+[![Test and Publish](https://github.com/dm1sh/ttt-game/actions/workflows/ci.yml/badge.svg)](https://github.com/dm1sh/ttt-game/actions/workflows/ci.yml)
 
 A simple tic tac toe game implementation