From fa4d04304d8f5037bd2892368162ab1943e80a9b Mon Sep 17 00:00:00 2001 From: AllyMedina1 <101159835+AllyMedina1@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:49:35 -0700 Subject: [PATCH] Update examples.md (#882) * Update examples.md I modified text for Basics and Games slightly so each description would begin with "In the" for consistency" * Update examples.md Fixing links again Co-authored-by: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> --- doc/src/explore/examples.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/src/explore/examples.md b/doc/src/explore/examples.md index cc31ecd7cf3e5..0b0d3a0be3ac6 100644 --- a/doc/src/explore/examples.md +++ b/doc/src/explore/examples.md @@ -6,7 +6,7 @@ Find sample Sui smart contract implementations in the [sui_programmability/examp ## Basics -Use the [Basics](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/basics) example to explore object creation, update, and exchange. +In the [Basics](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/basics) example, explore object creation, update, and exchange. ## DeFi @@ -19,9 +19,8 @@ how (e.g.) a fiat-backed stablecoin would work. ## Games -The [Games](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/games) example lets you try out and modify toy games built on top of Sui! These include classic Tic Tac Toe -, rock paper scissors, and various versions of an adventure game (Hero). +In the [Games](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/games) example, try out and modify toy games built on top of Sui! These include classic Tic Tac Toe, rock paper scissors, and various versions of an adventure game (Hero). ## NFTs -In the [NFTs](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/nfts) example, browse non-fungible tokens of various types and see NFTs representing assets in a game. +In the [NFTs](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/nfts) example, browse non-fungible tokens of various types and see NFTs representing assets in a game. \ No newline at end of file