From 537ac440d4a06a83dd563169150f418be6242ba3 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Fri, 13 Oct 2023 11:36:44 +0300 Subject: [PATCH] Update README.md (#397) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3adaa9c0..a30f3705 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,8 @@ Note that stripping precedes prepending. ## Path Parameter Renaming Sometimes developers decide to change names of path parameters, for example, in order to follow a certain naming convention. -See [this](MATCHING-ENDPOINTS.md) to learn more about how oasdiff supports path parameter renaming. +oasdiff supports path parameter renaming by default. +[Learn more](MATCHING-ENDPOINTS.md) about how oasdiff supports path parameter renaming. ## Excluding Specific Kinds of Changes You can use the `--exclude-elements` flag to exclude certain kinds of changes: