Skip to content

Commit 387af9a

Browse files
authored
README: add go run main.go to getting started
1 parent 6b89a5e commit 387af9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ go mod init github.com/<YOUR_GITHUB_USER>/my-project
4848

4949
3. Create a `main.go` file with the example below
5050

51+
4. Run `go run main.go`
52+
5153
### Example
5254

5355
This is a simple example on how to handle game events using this library.

0 commit comments

Comments
 (0)