Skip to content

Commit f9f8e32

Browse files
Update README.md
1 parent 75be4e0 commit f9f8e32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ It's easy to use. just you should install the package on your project from the b
1616

1717
You have **3 ways** to see script result:
1818

19-
**1: Show to the IDE Console**
19+
**1: Put it in a String Variable.**
20+
(e.g. **string curlResult = httpClient.GenerateCurlInString(httpRequestMessage);**)
21+
22+
**2: Show to the IDE Console**
2023
(e.g. **httpClient.GenerateCurlInConsole(httpRequestMessage);**)
2124

2225
- **Notice**: when the curl script was written in the console, maybe your **IDE console** applies **WordWrap** automatically. you should **remove enters** from the script.
2326

24-
**2: Write in a File**
27+
**3: Write in a File**
2528
(e.g. **httpClient.GenerateCurlInFile(httpRequestMessage);**)
2629

27-
**3: Put it in a String Variable.**
28-
(e.g. **string curlResult = httpClient.GenerateCurlInString(httpRequestMessage);**)
29-
3030

3131
- **Notice**: Parameters of 'requestUri' and 'config' for both of them are optional.
3232

0 commit comments

Comments
 (0)