diff --git a/hello.plug.yaml b/hello.plug.yaml index 8cc2932..5f454d5 100644 --- a/hello.plug.yaml +++ b/hello.plug.yaml @@ -1,9 +1,6 @@ -name: hello-world -version: 0.1 -imports: - - https://get.silverbullet.md/global.plug.json +name: hello functions: helloWorld: - path: "./hello.ts:helloWorld" + path: hello.ts:helloWorld command: name: "Say hello"