Skip to content

Commit

Permalink
fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe5745 committed Oct 14, 2024
1 parent e347c4f commit 3df760b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "random_numbers"
name = "magic_numbers"
version = "1.0.0"

# Fill out these fields if you intend to generate HTML documentation or publish
Expand Down
2 changes: 1 addition & 1 deletion src/random_numbers.gleam → src/magic_numbers.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ pub fn static_directory() -> String {
// including static assets to be served.
// This function returns an absolute path and works both in development and in
// production after compilation.
let assert Ok(priv_directory) = wisp.priv_directory("random_numbers")
let assert Ok(priv_directory) = wisp.priv_directory("magic_numbers")
priv_directory <> "/static"
}

0 comments on commit 3df760b

Please sign in to comment.