Skip to content

Commit c5f4c0e

Browse files
Update README.md
1 parent 1e0f107 commit c5f4c0e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ Open to integration of more games & data.
1010
- Add the `GameDataReader` NuGet package to your project: `Install-Package GameDataReader`
1111
- Add import statement: `using GameDataReader;`
1212
- For (optional) dependency injection, register your preferred DataReader to your `IServiceCollection` by configuring: `services.AddBf2DataReader();`
13-
- For (straight forward) static access, simply invoke `GameDataReaders.Bf2.ReadActivePlayer()` for example.
13+
- For (straight forward) static access to GameData, simply invoke a supported method like: `GameDataReaders.Bf2.ReadActivePlayer()`
1414

1515
# Currently supported games
1616

1717
## Battlefield 2
1818

19-
`GameDataReaders.Bf2.ReadActivePlayer()`
20-
21-
- Bf2Player.OnlineName - from `{userDocuments}\Battlefield 2\Profiles\{profileNumber}\Profile.con`
22-
- Bf2Player.ClanTag - from `{userDocuments}\Battlefield 2\Profiles\Global.con`
19+
- `GameDataReaders.Bf2.ReadActivePlayer()`
20+
- Bf2Player.OnlineName - from `{userDocuments}\Battlefield 2\Profiles\{profileNumber}\Profile.con`
21+
- Bf2Player.ClanTag - from `{userDocuments}\Battlefield 2\Profiles\Global.con`

0 commit comments

Comments
 (0)