Skip to content

Commit

Permalink
feat: spice up the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Nov 11, 2024
1 parent a7c0408 commit 83453be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![Package Version](https://img.shields.io/hexpm/v/gleamgen?color=a6f0fc)](https://hex.pm/packages/gleamgen)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleamgen/)

A clean, type-safe\* package for generating formatted Gleam code
A clean, type-safe\* package for generating formatted Gleam code ✏️

## Installation
## Installation 🚀

```sh
gleam add gleamgen
Expand Down Expand Up @@ -52,7 +52,7 @@ pub fn main() {
handler: fn(greeting) {
greeting
|> expression.concat_string(expression.string(" from "))
// trying to concat any other type would be a compilation error
// trying to concatenate any other type would be a compilation error
|> expression.concat_string(module_used)
},
),
Expand Down

0 comments on commit 83453be

Please sign in to comment.