amr-lang 1.0.1 → 1.0.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ amr
|
|
|
49
49
|
```bash
|
|
50
50
|
# Using npm scripts
|
|
51
51
|
npm start # Runs example.amr
|
|
52
|
-
|
|
52
|
+
amr myfile.amr # Runs any file
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
## Language Syntax
|
|
@@ -226,7 +226,7 @@ My-Lang/
|
|
|
226
226
|
npm start
|
|
227
227
|
|
|
228
228
|
# Run a specific file
|
|
229
|
-
|
|
229
|
+
amr yourfile.amr
|
|
230
230
|
```
|
|
231
231
|
|
|
232
232
|
## Features
|