Skip to content

Commit aadea3d

Browse files
committedJun 27, 2024
readme: fix example
1 parent 7430d06 commit aadea3d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.bs linguist-language=Zig text=auto eol=lf
1+
*.bs linguist-language=Rust text=auto eol=lf

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ convenient and powerful syntax.
1414

1515
</div>
1616

17+
BlueScript claims to give the developer a comfortable, simple and effective programming
18+
language, with a modern and simple syntax.
19+
20+
BlueScript exists to improve script development with Lua.
21+
1722
## The most basic example: "Hello World!"
1823

1924
```rs
2025
fn main() {
21-
println("Hello World!")
26+
println("Hello World!");
2227
}
2328
```

0 commit comments

Comments
 (0)
Please sign in to comment.