Skip to content

Commit

Permalink
Consistent naming of injected providers
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed May 30, 2024
1 parent 9d5a380 commit 5012b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_providers_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Web3.js supports several types of providers for different use cases. Here are th
1. [HTTP Provider](#http-provider)
2. [WebSocket Provider](#websocket-provider)
3. [IPC Provider (for Node.js)](#ipc-provider)
4. [Third-party Providers (Compliant with EIP 1193)](#injected-provider)
4. [Injected Providers (Compliant with EIP 1193)](#injected-provider)

HTTP and WebSocket providers can be supplied as URL strings. All provider types can be supplied by constructing one of the [`SupportedProviders`](/api/web3/namespace/types#SupportedProviders) types.

Expand Down

0 comments on commit 5012b56

Please sign in to comment.