Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Aug 20, 2024
1 parent ddf2f65 commit a80b5c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

[LOGO HERE](https://github.com/reciperium/recipe-lang/issues/1)

> Write recipes understood by humans and machines
> Write recipes understood by humans and machines, powering reciperium.com
> **Warning**

> [!WARNING]
>
> Recipe lang is in its infancy
> Recipe lang is in its infancy, this may change unexpectedly
## About

Expand Down Expand Up @@ -53,7 +54,7 @@ Recipe lang supports:
- Ingredients with the tag `{ingredient_name}` or with amount: `{ingredient_name}(200gr)`
- Materials: `&{pot}`
- Timers: `t{15 minutes}`
- Recipe links: `@{woile/tomato-sauce}` (NOT IMPLEMENTED YET)
- Recipe links: `@{woile/tomato-sauce}`
- Metadata: with `>> tags: abc, easy, high-fiber`
- Backstory: Separated by `---`, where you can add the history, see [examples/buddha-bowl.recp](examples/buddha-bowl.recp)
- Comments: with `/* my comment */`
Expand Down

0 comments on commit a80b5c5

Please sign in to comment.