Skip to content

Commit 4e09b9b

Browse files
Update README.md
1 parent f9f8e32 commit 4e09b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ 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: Put it in a String Variable.**
19+
**1:Put it in a string variable.**
2020
(e.g. **string curlResult = httpClient.GenerateCurlInString(httpRequestMessage);**)
2121

22-
**2: Show to the IDE Console**
22+
**2:Show to the IDE console**
2323
(e.g. **httpClient.GenerateCurlInConsole(httpRequestMessage);**)
2424

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

27-
**3: Write in a File**
27+
**3:Write in a file**
2828
(e.g. **httpClient.GenerateCurlInFile(httpRequestMessage);**)
2929

3030

0 commit comments

Comments
 (0)