From 1d14579743aa1bf4b160a877b8916ee6321da632 Mon Sep 17 00:00:00 2001 From: anshuthopsee Date: Thu, 30 Nov 2023 00:22:08 +0000 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a2c17b7..b44fafe 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ An Option Payoff visualizing tool, that allows you to create strategies, add and 5. Hash routing, to select a strategy from the URL without throwing a 404 error. (Example - https://anshuthopsee.github.io/option-payoff/#/Bull-Call-Spread). The strategy name is case sensitive and all the words should be joined with "-" (hyphen). 6. Numeric input value range: 0.1 >= value < 10000. +## Recent updates +1. Miigrated state management from React Context to Redux Toolkit. + ## To be added 1. Number of contracts input. 2. Zoom functionality for chart.