Skip to content

Commit

Permalink
Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 31, 2023
1 parent 7a7ac8a commit 697ddca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 🚧 Currently in Alpha! Not guaranteed to be production ready! 🚧

Table of Contents:

- [Examples](#examples)
- [Basic](#basic-no-steps)
- [Step run](#step-run)

Supported frameworks:

- Fast API
Expand All @@ -10,7 +16,7 @@ Supported frameworks:

## Examples

### Basic
### Basic (no steps)

This is a minimal example of an Inngest function. It's missing some of our features but it's a good starting point.

Expand Down Expand Up @@ -49,7 +55,7 @@ inngest.flask.serve(
app.run(port=8000)
```

### Steps
### Step run

The following example registers a function that will:

Expand Down

0 comments on commit 697ddca

Please sign in to comment.