Skip to content

Commit 096b24f

Browse files
Update and rename README.mdx to README.md
1 parent 64a2cfd commit 096b24f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/pub-sub/README.mdx renamed to rust/pub-sub/README.md

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

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

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

119
## Overview
1210
This sample project demonstrates how functions may be passed as arguments of inter-canister calls to be used as callbacks.
@@ -17,6 +15,7 @@ A common problem in both distributed and decentralized systems is keeping separa
1715
This example requires an installation of:
1816

1917
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
18+
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
2019

2120
Begin by opening a terminal window.
2221

0 commit comments

Comments
 (0)