mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28: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
|
@ -67,7 +67,7 @@ Write your first Zeek script:
|
|||
```zeek
|
||||
# File "hello.zeek"
|
||||
|
||||
event zeek_init
|
||||
event zeek_init()
|
||||
{
|
||||
print "Hello World!";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue