From a6bbbdff525a0d5bc18d3d9ec1767df39ba42dd6 Mon Sep 17 00:00:00 2001 From: omochimetaru Date: Tue, 23 Apr 2024 01:36:22 +0900 Subject: [PATCH] add about tictactoe --- CartonExample/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CartonExample/README.md b/CartonExample/README.md index 38f3a79..6903c26 100644 --- a/CartonExample/README.md +++ b/CartonExample/README.md @@ -7,6 +7,8 @@ This project is an example of building an application using Swift React with [Ca > Let's wait for Carton to support Swift 5.10. > The following text is written assuming it has been supported. +The application is a port of the [React Tutorial Tic-Tac-Toe](https://react.dev/learn/tutorial-tic-tac-toe). + ## Building and Running With the following command, the build and hosting will start, a browser will launch, and the application will run.