From 5653ae8da55e5e8a9c05345d49c2060d63df4189 Mon Sep 17 00:00:00 2001 From: Someperson314 Date: Sat, 31 Aug 2024 09:52:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 996c589..94c3b2a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This does not account for indels, and is also slower. However, it is useful for ### WFA The better alternative utilizes the wave-finding algorithm. This is a very fast sequence alignment algorithm to locate palindromes. -It accounts for indels and mismatches, and uses a more complex pruning method (rather than a fixed number of mismatches) +It accounts for indels and mismatches, and uses multiple pruning methods (rather than a fixed number of mismatches) ### Example usage ```