diff --git a/consumer/junit5/README.md b/consumer/junit5/README.md index 7d5d1d049..b4beccb22 100644 --- a/consumer/junit5/README.md +++ b/consumer/junit5/README.md @@ -179,7 +179,7 @@ expression for the path where the ID will be replaced with the value returned fr You can also just use the key instead of an expression: ```java - .valueFromProviderState('userId', 'userId', 100) // will look value using userId as the key + .valueFromProviderState('userId', 'userId', 100) // will lookup value using userId as the key ``` ## Overriding the expression markers `${` and `}` (4.1.25+)