Skip to content

Commit 27546f0

Browse files
committed
readme: update note about POV demos
1 parent c038bd6 commit 27546f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ Check out the [examples](examples) folder for more examples, like [how to genera
129129
* Access to all net-messages - [docs](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs?tab=doc#NetMessageCreator) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/net-messages)
130130
* Chat & console messages <sup id="achat1">1</sup> - [docs](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/events?tab=doc#ChatMessage) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/print-events)
131131
* Matchmaking ranks (official MM demos only) - [docs](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/events?tab=doc#RankUpdate)
132-
* POV demo support <sup id="achat1">2</sup>
132+
* Full POV demo support <sup id="achat1">2</sup>
133133
* JavaScript (browser / Node.js) support via WebAssembly - [example](https://github.com/markus-wa/demoinfocs-wasm)
134134
* [Easy debugging via build-flags](#debugging)
135135
* Built with performance & concurrency in mind
136136

137137
1. <small id="f1">Only for some demos; in MM demos the chat is encrypted for example.</small>
138-
2. <small id="f2">Only partially supported (as good as other parsers), some POV demos seem to be inherently broken</small>
138+
2. <small id="f2">Better than some other parsers at the time of writing.</small>
139139

140140
## Performance / Benchmarks
141141

0 commit comments

Comments
 (0)