From 09cb62277bef26bc315d8709fa3483eea4430767 Mon Sep 17 00:00:00 2001 From: Franck-Sorel Date: Sat, 1 Mar 2025 19:06:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc0bb4..2aafeb5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fibBot -This is a bot written in Rust that scans pull request content for numbers, calculates their Fibonacci numbers, and posts a comment with the results. The action will support two parameters which a "enable_fib" (flag to enable Fibonacci calculation) and "max_threshold" (a threshold limit). +This is a bot written in Rust that scans pull request content for numbers, calculates their Fibonacci numbers, and posts a comment with the results. The action will support two parameters which a "enable_fib" (flag to enable Fibonacci calculation) and "max_threshold" (a threshold limit). ---