From 27fbc8bb725611506e5535de9a58c88c94e9ad0e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 25 Sep 2018 19:18:24 -0700 Subject: [PATCH] Add link to tic-tac-toe --- web3.js/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web3.js/README.md b/web3.js/README.md index 5bbdb72f82..328524f947 100644 --- a/web3.js/README.md +++ b/web3.js/README.md @@ -66,9 +66,11 @@ console.log(solanaWeb3); ``` ## Examples -See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets +See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets. -A more complete web-based wallet example can be found at https://github.com/solana-labs/example-webwallet +Standalone examples: +* Web wallet: https://github.com/solana-labs/example-webwallet +* Tic-tac-toe: https://github.com/solana-labs/example-tictactoe ## Releases Releases are available on [Github](https://github.com/solana-labs/solana-web3.js/releases)