From 35a87a97b9ceb6b9ac9a76cf41005a4cfdc13aaa Mon Sep 17 00:00:00 2001 From: anshuthopsee Date: Wed, 18 Oct 2023 21:13:19 +0100 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a36668..20ca00c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An Option Payoff visualizing tool, that allows you to create strategies, add and 2. Select/Unselect option legs with the checkbox. 3. Save modified (custom) strategies as new, or update saved strategies. 4. Persistence of saved strategies through local storage. -5. URL based routing, to select a strategy without hitting the server (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). +5. URL based routing, to select a strategy from the URL with 404 error mitigation. (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. ## To be added