Skip to content

Commit b11a633

Browse files
authored
Update README.md
1 parent f26095a commit b11a633

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome)
44
[![](https://img.shields.io/badge/Contract-JS-yellow)](contract-ts)
55
[![](https://img.shields.io/badge/Contract-Rust-red)](contract-rs)
6-
[![](https://img.shields.io/badge/Frontend-JS-yellow)](frontend)
6+
[![](https://img.shields.io/badge/Frontend-Next.js-blue)](frontend)
77
![example workflow](https://github.com/near-examples/coin-flip-examples/actions/workflows/tests-ts.yml/badge.svg)
88
![example workflow](https://github.com/near-examples/coin-flip-examples/actions/workflows/tests-rs.yml/badge.svg)
99

@@ -17,10 +17,11 @@ This repository contains examples of a simple coin flip contract in both JavaScr
1717

1818
# What These Examples Show
1919

20-
1. How to generate a random number.
20+
1. How to generate a random number
21+
2. How to interact with a smart contract on NEAR
2122

2223
<br />
2324

2425
# Learn More
2526
1. Learn more about the contract through its [README](./contract-ts/README.md).
26-
2. Check [**our documentation**](https://docs.near.org/develop/welcome).
27+
2. Check [**our documentation**]([https://docs.near.org/develop/welcome](https://docs.near.org/build/welcome)).

0 commit comments

Comments
 (0)