mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix hello world script in the readme.
This commit is contained in:
parent
8b6a517c00
commit
22e89bdc70
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -51,7 +51,7 @@ Write your first Zeek script:
|
|||
|
||||
# File "hello.zeek"
|
||||
|
||||
event zeek_init
|
||||
event zeek_init()
|
||||
{
|
||||
print "Hello, World!";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue