Fix hello world script in README.md

This commit is contained in:
Jon Siwek 2019-07-31 14:15:29 -07:00
parent 22e89bdc70
commit 9b2d7795d5
3 changed files with 8 additions and 2 deletions

View file

@ -67,7 +67,7 @@ Write your first Zeek script:
```zeek
# File "hello.zeek"
event zeek_init
event zeek_init()
{
print "Hello World!";
}