Skip to content

Commit

Permalink
Update examples.md (#882)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
AllyMedina1 and Clay-Mysten authored Mar 17, 2022
1 parent 3b498c6 commit fa4d043
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/src/explore/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

0 comments on commit fa4d043

Please sign in to comment.