Skip to content

Commit d78ecb1

Browse files
committed
Add links to README
1 parent dfd0f68 commit d78ecb1

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
@@ -21,9 +21,9 @@ There are also [some other rooms](https://gitter.im/csgodemos) available around
2121

2222
## Example
2323

24-
This is a simple example on how to use the library. It collects all positions where weapons were fired and creates a heatmap using [go-heatmap](https://github.com/dustin/go-heatmap).
24+
This is a simple example on how to use the library. It collects all positions where weapons were fired from (using `events.WeaponFiredEvent`) and creates a heatmap using [go-heatmap](https://github.com/dustin/go-heatmap).
2525

26-
Check out the `examples` folder for more examples and the godoc of the `events` package for some information about the other available events and their purpose.
26+
Check out the [examples](examples) folder for more examples and the [godoc of the `events` package](https://godoc.org/github.com/markus-wa/demoinfocs-golang/events) for some information about the other available events and their purpose.
2727

2828
```go
2929
package main

0 commit comments

Comments
 (0)