@danielx/civet 0.5.90 → 0.5.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@ civet
35
35
  civet -c
36
36
  # Compile Civet source file to TypeScript
37
37
  civet < source.civet > output.ts
38
- # Execute a simple .civet script (no imports)
38
+ # Execute a .civet script
39
39
  civet source.civet ...args...
40
40
  # Execute a .civet source file in node using ts-node
41
41
  node --loader ts-node/esm --loader @danielx/civet/esm source.civet