Skip to content

Commit 41a51fc

Browse files
authored
Update README.md to fix small mistake
The sample code should be List of "rule" not "rules".
1 parent ae9dd72 commit 41a51fc

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
@@ -111,7 +111,7 @@ List<Player> players = serverQuery.GetPlayers();
111111

112112
[Rules](https://github.com/cyilcode/SteamQueryNet/blob/master/SteamQueryNet/SteamQueryNet/Models/Rule.cs)
113113
```csharp
114-
List<Rules> rules = serverQuery.GetRules();
114+
List<Rule> rules = serverQuery.GetRules();
115115
```
116116

117117
While **it is not encouraged**, you can chain `Connect` function or Non-empty Constructors to get information in a single line.

0 commit comments

Comments
 (0)