Skip to content

Commit 0f229dc

Browse files
committed
Updated with participation
1 parent ce8fdd6 commit 0f229dc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you just want to use *all* available requesters provided by AngleSharp.Io you
1818
```cs
1919
var config = Configuration.Default
2020
.WithRequesters() // from AngleSharp.Io
21-
.WithDefaultLoader() // from AngleSharp;
21+
.WithDefaultLoader(); // from AngleSharp
2222
```
2323

2424
This will register all requesters. Alternatively, the requesters can be provided explicitly. They are located in the `AngleSharp.Io.Network` namespace and have names such as `DataRequester`.
@@ -34,6 +34,12 @@ This will register all requesters. Alternatively, the requesters can be provided
3434
- WebSockets (mostly interesting for scripting engines, e.g., JS)
3535
- Storage support by providing the `IStorage` interface
3636

37+
## Participating
38+
39+
Participation in the project is highly welcome. For this project the same rules as for the AngleSharp core project may be applied.
40+
41+
If you have any question, concern, or spot an issue then please report it before opening a pull request. An initial discussion is appreciated regardless of the nature of the problem.
42+
3743
## License
3844

3945
The MIT License (MIT)

0 commit comments

Comments
 (0)