Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bistcuite committed Dec 27, 2022
1 parent 15a9462 commit 5ec2910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Requirements :
- [Latest Hascal compiler](https://github.com/hascal/hascal/releases).

```
$ hascal get github.com/bistcuite/luahas luahas
$ hascal get github.com/bistcuite/luahas lua
```

## Example
```typescript
use luahas
use lua

function main():int {
lua_exec("print 'hello world'")
Expand Down

0 comments on commit 5ec2910

Please sign in to comment.