Skip to content

Commit d8f5cb9

Browse files
authored
readme: be explicit about MM chat needing NetMessageDecryptionKey
1 parent 9ecdca3 commit d8f5cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The full API documentation is available here on [pkg.go.dev](https://pkg.go.dev/
160160
* [Easy debugging via build-flags](#debugging)
161161
* Built with performance & concurrency in mind
162162

163-
1. <small id="f1">In MM demos the chat is encrypted, see [`ParserConfig.NetMessageDecryptionKey`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#ParserConfig) and [`MatchInfoDecryptionKey()`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#MatchInfoDecryptionKey).</small>
163+
1. <small id="f1">In MM demos the chat is encrypted, so [`ParserConfig.NetMessageDecryptionKey`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#ParserConfig) needs to be set - see also [`MatchInfoDecryptionKey()`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#MatchInfoDecryptionKey).</small>
164164
2. <small id="f2">Better than some other parsers at the time of writing.</small>
165165

166166
## Performance / Benchmarks

0 commit comments

Comments
 (0)