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

Commit

Permalink
Small text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Oct 10, 2023
1 parent 1e7390f commit 4f19e49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Polkadot Wallet Snap Example dApp</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/containers/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Dashboard = (): React.JSX.Element => {
<Container maxWidth="lg">
<Grid direction="column" alignItems="center" justifyContent="center" container spacing={3}>
<Box style={{ margin: '2rem' }}>
<Typography variant="h2">Polkadot snap demo</Typography>
<Typography variant="h2">Polkadot Wallet Snap Example dApp</Typography>
</Box>
{!state.polkadotSnap.isInstalled ? (
<MetaMaskConnector />
Expand Down
5 changes: 5 additions & 0 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ capabilities to include support for Polkadot, Kusama, and other
[Polkadot](https://www.polkadot.network/) ecosystem.

#### Extension

Developers who wish to use the extension locally must use
[MetaMask Flask](https://metamask.io/flask/); run the following commands from the project root
to launch the [Polkadot Wallet Snap Example dApp](/packages/example).

- `yarn install`
- `yarn run demo`

Expand Down

0 comments on commit 4f19e49

Please sign in to comment.