Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Update code block to use JavaScript syntax highlighting rather than T…
Browse files Browse the repository at this point in the history
…ypeScript
  • Loading branch information
Gudahtt committed Mar 27, 2024
1 parent b164840 commit 8e49386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Web3 ProviderEngine is a tool for composing your own [web3 providers](https://gi
>
>Here is an example of how to create a provider using those packages:
>
> ```typescript
> ```javascript
>import { providerFromMiddleware } from '@metamask/eth-json-rpc-provider';
>import { createFetchMiddleware } from '@metamask/eth-json-rpc-middleware';
>
Expand Down

0 comments on commit 8e49386

Please sign in to comment.