diff --git a/README.md b/README.md index 03917eb..9ce643b 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ There are no tool-level settings required for this MC. ### Endpoint `String` _required_ -`endpoint` specifies the server endpoint URL to which the request should be sent. +`__setting_endpoint` specifies the server endpoint URL to which the request should be sent. ### Method `String` _optional_ -`method` specifies the HTTP request method you wish to use. There are three accepted values: `post`, `post urlencoded`, and `get`. If you do not specify the method, it will default to GET. +`__setting_method` specifies the HTTP request method you wish to use. There are three accepted values: `post`, `post urlencoded`, and `get`. If you do not specify the method, it will default to GET. ## 📝 License