From 2361b34509003a98dadb32b4535a86f46423a95e Mon Sep 17 00:00:00 2001 From: Esma Date: Mon, 23 Oct 2023 12:25:11 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7ce7ec..deaf1a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # equity-bot-discord -[![Build Status](https://github.com/EtoileScintillante/discord-bot-cpp/workflows/Build/badge.svg)](https://github.com/EtoileScintillante/discord-bot-cpp/actions) +[![macOS Build Status](https://github.com/EtoileScintillante/discord-bot-cpp/workflows/Build-macOS/badge.svg)](https://github.com/EtoileScintillante/discord-bot-cpp/actions) Discord bot written in C++ with the [D++/DPP library](https://github.com/brainboxdotcc/DPP). It can fetch equity (stock/future/index) data and visualize it. All data is fetched from [Yahoo Finance](https://finance.yahoo.com). @@ -60,5 +60,5 @@ Important to note is that data may be delayed. cd build cmake .. cmake --build . - ./bot + ./equity-bot ```