Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michirakara authored Apr 21, 2024
1 parent ef84cca commit e8e467d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mchain
mchain is a functional language that only uses method chaining and assign
mchain is a functional language that only uses method chaining and assigning.
# Docs
[Documentation](docs.md)
# Usage
Expand Down Expand Up @@ -32,3 +32,4 @@ _ = newList<N,0>
~println()
>);
```
View more on [examples](examples)

0 comments on commit e8e467d

Please sign in to comment.