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

@ -1,4 +1,10 @@
2.6-728 | 2019-07-31 14:15:29 -0700
* Fix hello world script in READMEs (Seth Hall, Corelight & Jon Siwek, Corelight)
* Fixes a tiny Bro->Zeek renaming issue (Seth Hall, Corelight)
2.6-725 | 2019-07-31 10:44:05 -0700 2.6-725 | 2019-07-31 10:44:05 -0700
* GH-506: fix NTP script errors (Seth Hall, Corelight) * GH-506: fix NTP script errors (Seth Hall, Corelight)

View file

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

View file

@ -1 +1 @@
2.6-725 2.6-728