Fix hello world script in the readme.

This commit is contained in:
Seth Hall 2019-07-31 14:43:18 -04:00
parent 8b6a517c00
commit 22e89bdc70

2
README
View file

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