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.
Files changed (2) hide show
  1. package/README.md +2 -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
- npm run run myfile.amr # Runs any file
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
- npm run run yourfile.amr
229
+ amr yourfile.amr
230
230
  ```
231
231
 
232
232
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amr-lang",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A simple programming language with bilingual support (English & Arabic)",
5
5
  "author": "amrelsherbiny",
6
6
  "license": "MIT",