Skip to content

Commit 13a7f80

Browse files
authored
Update README.md
1 parent 8f3f353 commit 13a7f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ With web package you will recive access to our validation attributes that will g
7171

7272
```c#
7373
[HttpPost("filesUpload")]
74-
public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFilarchiveFile)
74+
public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFile archiveFile)
7575
{
7676
// Some cool stuf here ...
7777
}

0 commit comments

Comments
 (0)