Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Mar 7, 2024
1 parent 2798912 commit cdb1c11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/docs/how-to/http-bridge.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Callout } from 'nextra/components'

# Use the HTTP API Bridge

Our API is built around [UCAN Invocation](https://github.com/ucan-wg/invocation). This
Expand Down Expand Up @@ -31,7 +29,7 @@ Details of how to generate the header values can be found in the
[W3UP UCAN Bridge Protocol](https://github.com/web3-storage/specs/blob/main/w3-ucan-bridge.md) specification, but
they can also be generated for you by the [`w3` CLI](https://github.com/web3-storage/w3cli).

### Generating Auth{n|z} headers with `w3cli`
### Generating Auth Headers With `w3cli`

If you have not already logged in and created a space with the `w3` CLI, do that first:

Expand Down

0 comments on commit cdb1c11

Please sign in to comment.