Skip to content

Commit 0732bb6

Browse files
Update and rename README.mdx to README.md
1 parent 096b24f commit 0732bb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/qrcode/README.mdx renamed to rust/qrcode/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
keywords: [intermediate, rust, qrcode]
33
---
44

5-
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
6-
75
# QR code generator
86

9-
<MarkdownChipRow labels={["Intermediate", "Rust"]} />
7+
[View this sample's code on GitHub](https://github.com/dfinity/examples/tree/master/rust/qrcode)
108

119
## Overview
1210

@@ -25,6 +23,7 @@ This example requires an installation of:
2523
- [x] Add the `wasm32` target to your rust installation (by running `rustup target add wasm32-unknown-unknown`).
2624
- [x] Clone this project to a local directory.
2725
- [x] Install `node.js` dependencies by running `npm install`.
26+
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
2827

2928
## Running locally
3029

0 commit comments

Comments
 (0)