Skip to content

Commit 59c4057

Browse files
committed
update readme
1 parent 1d7c7cf commit 59c4057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A simple blog/personal site with an MVC architecture and new-school tech flavors
1313
cargo run --bin post-maker <post-title-here>
1414
```
1515
> [!IMPORTANT]
16-
> You'll need an `.env` file with an api token in plain text in the project's root.
16+
> You'll need an `.env` file with an api token, e.g. `API_TOKEN=123456789`, in the project's root.
1717
1818
This will create a markdown file in the `data/posts/` directory. The file's frontmatter
1919
contains a `draft` key which defaults to true. For the post to appar on the website,

0 commit comments

Comments
 (0)