Skip to content

Commit

Permalink
Merge pull request #125 from danielgtaylor/fix-v2-example
Browse files Browse the repository at this point in the history
docs: fix example
  • Loading branch information
danielgtaylor committed Sep 8, 2023
2 parents 2872304 + a31d298 commit 6bcb1e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ Here is a complete basic hello world example in Huma, that shows how to initiali
package main

import (
"context"
"fmt"
"net/http"

"github.com/danielgtaylor/huma/v2"
"github.com/danielgtaylor/huma/adapters/humachi"
"github.com/danielgtaylor/huma/v2/adapters/humachi"
"github.com/go-chi/chi/v5"
)

// Options for the CLI.
Expand Down

0 comments on commit 6bcb1e5

Please sign in to comment.