Skip to content

Commit 6c706c6

Browse files
committed
Feature(README): Small fixes
1 parent 8df9752 commit 6c706c6

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
node_modules
3-
build
3+
build
4+
output

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ node_modules
66
.idea
77
hello_world.*
88
main.dSYM
9-
main
9+
output

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ StaticScript
33

44
> Real Static Typed Script - RSTS project.
55
6-
StaticScript is a language on top of TypeScript as frontend LLVM as backend for codegeneration to binary.
6+
StaticScript is a language on top of TypeScript as frontend and LLVM as backend for code-generation to binary.
77

88
# Installing
99

10-
For our nightly builds:
10+
For latest stable version:
1111

1212
```sh
13-
npm install -g staticscript@next
13+
npm install -g static-script
1414
```
1515

1616
### LICENSE

0 commit comments

Comments
 (0)