Skip to content

Commit 32689ca

Browse files
committed
incorrect description about filepath address when filepath is null or empty in the readme file
1 parent 70867bb commit 32689ca

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
@@ -243,7 +243,7 @@ httpClient.GenerateCurlInConsole(
243243
244244
### **Post Method** sample code (it will be written in the **file**):
245245
246-
If the path variable is null or empty, then the file is created in the **root project**.
246+
If the path variable is null or empty, then the file is created in the **yourProjectPath/bin/Debug/netx.0**
247247
248248
If the filename variable is null or empty, then the current date will be set for it with this format: **yyyyMMdd**
249249
@@ -274,7 +274,7 @@ httpClient.GenerateCurlInFile(
274274
275275
### **Get Method** sample code (it will be written in the **file**):
276276
277-
If the path variable is null or empty, then the file is created in the **root project**.
277+
If the path variable is null or empty, then the file is created in the **yourProjectPath/bin/Debug/netx.0**
278278
279279
If the filename variable is null or empty, then the current date will be set for it with this format: **yyyyMMdd**
280280
@@ -304,7 +304,7 @@ httpClient.GenerateCurlInFile(
304304
305305
### **Put Method** sample code (it will be written in the **file**):
306306
307-
If the path variable is null or empty, then the file is created in the **root project**.
307+
If the path variable is null or empty, then the file is created in the **yourProjectPath/bin/Debug/netx.0**
308308
309309
If the filename variable is null or empty, then the current date will be set for it with this format: **yyyyMMdd**
310310
@@ -335,7 +335,7 @@ httpClient.GenerateCurlInFile(
335335
336336
### **Patch Method** sample code (it will be written in the **file**):
337337
338-
If the path variable is null or empty, then the file is created in the **root project**.
338+
If the path variable is null or empty, then the file is created in the **yourProjectPath/bin/Debug/netx.0**
339339
340340
If the filename variable is null or empty, then the current date will be set for it with this format: **yyyyMMdd**
341341
@@ -366,7 +366,7 @@ httpClient.GenerateCurlInFile(
366366
367367
### **Delete Method** sample code (it will be written in the **file**):
368368
369-
If the path variable is null or empty, then the file is created in the **root project**.
369+
If the path variable is null or empty, then the file is created in the **yourProjectPath/bin/Debug/netx.0**
370370
371371
If the filename variable is null or empty, then the current date will be set for it with this format: **yyyyMMdd**
372372

0 commit comments

Comments
 (0)