mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix hello world script in README.md
This commit is contained in:
parent
22e89bdc70
commit
9b2d7795d5
3 changed files with 8 additions and 2 deletions
6
CHANGES
6
CHANGES
|
@ -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
|
||||
|
||||
* GH-506: fix NTP script errors (Seth Hall, Corelight)
|
||||
|
|
|
@ -67,7 +67,7 @@ Write your first Zeek script:
|
|||
```zeek
|
||||
# File "hello.zeek"
|
||||
|
||||
event zeek_init
|
||||
event zeek_init()
|
||||
{
|
||||
print "Hello World!";
|
||||
}
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-725
|
||||
2.6-728
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue