Skip to content

Commit 6b3bd0b

Browse files
committed
Wording
1 parent 5187c41 commit 6b3bd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ services.AddSingleton<ITwitterClient>(
150150
);
151151
```
152152

153-
## Request
153+
## Create a request
154154

155155
Before making a request using `RestClient`, you need to create a request instance:
156156

@@ -282,7 +282,7 @@ request.AddParameter("foo", "bar", ParameterType.QueryString);
282282

283283
In some cases you might need to prevent RestSharp from encoding the query string parameter. To do so, use the `QueryStringWithoutEncode` parameter type.
284284

285-
## Making a request
285+
## Making a call
286286

287287
When you have a `RestRequest` instance with all the parameters added to it, you are ready to make a request.
288288

0 commit comments

Comments
 (0)