diff --git a/Getting-started.md b/Getting-started.md index dd9b78a..97c36bc 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -1,7 +1,7 @@ # Hello, world! The _HelloWorld_ script looks something like this: ```php -import smnp.collection; +import smnp.io; println("Hello, world!"); # Hello, world! ``` \ No newline at end of file