Skip to content

Commit

Permalink
chore: Rename to handles
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Linnarsson committed Jun 8, 2024
1 parent 10098bd commit 27d0bcc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Package Version](https://img.shields.io/hexpm/v/handlebars)](https://hex.pm/packages/handlebars)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/handlebars/)

# handlebars
# handles

`handles` is a templating language in pure Gleam. Heavily inspired by [mustache](https://mustache.github.io/) and [Handlebars.js](https://github.com/handlebars-lang/handlebars.js).

Expand All @@ -10,7 +10,7 @@ gleam add handlebars
```

```gleam
import handlebars
import handles
pub fn main() {
// TODO: An example of the project in use
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "handlebars"
name = "handles"
version = "1.0.0"

# Fill out these fields if you intend to generate HTML documentation or publish
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 27d0bcc

Please sign in to comment.