From f9438de771a73bfb30542c2e0bfc1d6dc2b22c46 Mon Sep 17 00:00:00 2001 From: Param Pal Singh Date: Sun, 9 Jul 2023 11:49:30 +0200 Subject: [PATCH] add link for Actix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f155f..6e2ab2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a CLI app for tracking the price of stocks. It uses the [Yahoo Finance A - [Yahoo Finance API](https://docs.rs/yahoo_finance_api/latest/yahoo_finance_api/index.html) for getting the stock prices - [Rustls](https://docs.rs/rustls/0.19.1/rustls/) for HTTPS requests - [Tokio](https://docs.rs/tokio/1.9.0/tokio/) for async runtime -- [Actix]("https://actix.rs/") for actor system +- [Actix](https://actix.rs/) for actor system The app is compiled using the 2018 edition of Rust.