Update Gleam versions in README.md (#308)

This commit is contained in:
Richard Viney
2024-11-13 13:53:41 +13:00
committed by GitHub
parent 58e153bc87
commit 5fa4c5f4ff
13 changed files with 65 additions and 77 deletions
+24
View File
@@ -0,0 +1,24 @@
# gleamgleam
[![Package Version](https://img.shields.io/hexpm/v/gleamgleam)](https://hex.pm/packages/gleamgleam)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleamgleam/)
```sh
gleam add gleamgleam@1
```
```gleam
import gleamgleam
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/gleamgleam>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```