From 22e89bdc7092f4bae37f2f333475707d7b3369f8 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Wed, 31 Jul 2019 14:43:18 -0400 Subject: [PATCH] Fix hello world script in the readme. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1dbad2ce1f..4698426bca 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ Write your first Zeek script: # File "hello.zeek" - event zeek_init + event zeek_init() { print "Hello, World!"; }