diff --git a/README.md b/README.md index 651914d..7d4ae58 100644 --- a/README.md +++ b/README.md @@ -680,8 +680,8 @@ a JSON Path like expression. | Time | V3 | `{"format": "HH:mm::ss", "type": "Date"}` | Generates a time value for the provided format. If no format is provided, ISO time format is used. If an expression is given, it will be evaluated to generate the time, otherwise 'now' will be used | | DateTime | V3 | `{"format": "YYYY-mm-DD'T'HH:mm:ss", "type": "DateTime"}` | Generates a datetime value for the provided format. If no format is provided, ISO format is used. If an expression is given, it will be evaluated to generate the datetime, otherwise 'now' will be used | | RandomBoolean | V3 | `{"type": "RandomBoolean"}` | Generates a random boolean value | -| ProviderState | V3 | `{"expression": "/api/user/${id}", type": "ProviderState"}` | Generates a value that is looked up from the provider state context using the given expression | -| MockServerURL | V3 | `{"regex": ".*\\/(orders\\/\\d+)$", "example": "http://localhost:1234/orders/5678", type": "MockServerURL"}` | Generates a URL with the mock server as the base URL. | +| ProviderState | V4 | `{"expression": "/api/user/${id}", type": "ProviderState"}` | Generates a value that is looked up from the provider state context using the given expression | +| MockServerURL | V4 | `{"regex": ".*\\/(orders\\/\\d+)$", "example": "http://localhost:1234/orders/5678", type": "MockServerURL"}` | Generates a URL with the mock server as the base URL. | #### Comments