Skip to content

Commit 161c852

Browse files
committed
Fix more formatting in README.md
1 parent 84cc748 commit 161c852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PM> Install-Package HttpMultipartParser
3737
1. Parse the stream containing the multipart/form-data by invoking `MultipartFormDataParser.Parse` (or it's asynchronous counterpart `MultipartFormDataParser.ParseAsync`).
3838
2. Access the data through the parser.
3939

40-
## Streaming (Handles large files)
40+
### Streaming (Handles large files)
4141
1. Create a new StreamingMultipartFormDataParser with the stream containing the multipart/form-data
4242
2. Set up the ParameterHandler and FileHandler delegates
4343
3. Call `parser.Run()` (or it's asynchronous counterpart `parser.RunAsync()`)

0 commit comments

Comments
 (0)