Skip to content

Commit

Permalink
Update docs/content/developer/getting-started/create-a-package.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: DaughterOfMars <[email protected]>
  • Loading branch information
lucas-tortora and DaughterOfMars committed Aug 20, 2024
1 parent 2e6880e commit b1521f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The `Move.toml` file is the package's manifest. It describes the package and its
In `.toml` files, use the hash mark (`#`) to denote a comment.
:::

```move title="my_first_package/Move.toml"
```toml title="my_first_package/Move.toml"
[package]
name = "my_first_package"

Expand Down

0 comments on commit b1521f8

Please sign in to comment.