Skip to content

Commit

Permalink
Power -> Build and scale
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Jul 23, 2024
1 parent f58253b commit c762634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import CodeTerminal from '@site/src/components/CodeTerminal/CodeTerminal.jsx';
import SectionAPIs from '@site/src/components/Sections/SectionAPIs.jsx';
import SectionNetworks from '@site/src/components/Sections/SectionNetworks.jsx';

# Power your dapp using services
# Build and scale your dapp using services

MetaMask, in partnership with [Infura](https://www.infura.io/), offers a comprehensive set of
services to facilitate dapp and Snap development.
This includes JSON-RPC APIs for easy access to key networks and REST APIs aimed at automating and
optimizing essential development tasks.
These services streamline development workflows to help developers build robust and successful
These services streamline development workflows to help developers build and scale robust
dapps and Snaps.

## Features
Expand Down
6 changes: 3 additions & 3 deletions src/components/CardSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const CardList: CardItem[] = [
),
},
{
title: "🔌 Power your dapp using services",
title: "📐 Build and scale your dapp using services",
link: "/services",
description: (
<>
Power your dapp or Snap using services provided by MetaMask and Infura.
This includes APIs aimed at optimizing essential development tasks.
Build and scale your dapp or Snap using services provided by MetaMask and Infura.
This includes APIs that optimize essential development tasks.
</>
),
},
Expand Down

0 comments on commit c762634

Please sign in to comment.