Skip to content

Commit d6fd6fc

Browse files
authored
Fix x-wallet-address header in README.md (#142)
1 parent 2275633 commit d6fd6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run -e .env -p 3005:3005 thirdweb/engine:latest
7575
- In development mode, go to the server url to see an admin interface
7676
- Every request to the server requires an authentication token for admin actions use the thirdweb SecretKey. Use the `Authorization` Header to set the value shown below:
7777
- `Authorization: Bearer: <thirdweb SecretKey>`
78-
- Every write request to the server also requires the `X-Wallet-Address` header to specify which admin wallet to send a transaction with. Use the following format to set this header:
78+
- Every write request to the server also requires the `x-wallet-address` header to specify which admin wallet to send a transaction with. Use the following format to set this header:
7979

8080
- `X-Wallet-Address: 0x3ecdbf3b911d0e9052b64850693888b008e18373`
8181

0 commit comments

Comments
 (0)