Skip to content

Commit c7f1e8a

Browse files
authored
Merge pull request #11 from shanejs/patch-1
Update README.md to fix small mistake
2 parents ae9dd72 + 41a51fc commit c7f1e8a

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)