Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DvvCz committed Aug 23, 2023
1 parent e52bf40 commit 7b2d985
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Vitest
name: Vitest

on:
push:
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ramattra
# Ramattra [![Vitest](https://github.com/DvvCz/Ramattra/actions/workflows/vitest.yml/badge.svg)](https://github.com/DvvCz/Ramattra/actions)

A language that compiles to [Overwatch Workshop Scripts](https://workshop.codes/wiki).
A language similar to Typescript that compiles to [Overwatch Workshop Scripts](https://workshop.codes/wiki).

## Example

Expand Down Expand Up @@ -31,4 +31,8 @@ event playerDied(victim, attacker, damage, crit, ability, dir) { // Explicit eve
let num = numbers[i]
}
}
```
```

## Wiki

You can find information about the language [on the wiki](https://github.com/DvvCz/Ramattra/wiki).
4 changes: 2 additions & 2 deletions packages/ramattra-core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ramattra
# ramattra-core

The main repository containing the parser and assembler for Ramattra
The main repository containing the compiler for Ramattra

0 comments on commit 7b2d985

Please sign in to comment.