From 55216d7f609b18434d179cc0e6e90d3bc49da559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fam=C3=A1=20Rom=C3=A1n?= Date: Fri, 9 Feb 2024 05:05:46 -0300 Subject: [PATCH] docs: add goals in readme --- README.md | 3 ++- src/assets/ts/constants.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d899a8..d6dcfda 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ ![Maintained? Yes](https://img.shields.io/badge/Maintained%3F-Yes-brightgreen.svg) [![Linting](https://github.com/RomanFama592/tic-tac-toe-world/actions/workflows/lint.yml/badge.svg)](https://github.com/RomanFama592/tic-tac-toe-world/actions/workflows/lint.yml) -Don't forget to **give the project a star ⭐**.¡Thanks! +Don't forget to **give the project a star ⭐** ¡Thanks! +**Look at the [goals](https://famaroman.notion.site/famaroman/Tic-Tac-Toe-World-Goals-e38d5dbfee724d88a7dff6290a3d15b7) of this project**, things that will be added soon ![vid-demo.gif](https://github.com/RomanFama592/tic-tac-toe-world/blob/master/docs/images/demo.gif?raw=true) diff --git a/src/assets/ts/constants.ts b/src/assets/ts/constants.ts index e893b78..11523ff 100644 --- a/src/assets/ts/constants.ts +++ b/src/assets/ts/constants.ts @@ -3,7 +3,7 @@ import type { PlayersType, PosMovN } from "../types/types"; /* links */ export const email = "famaroman@gmail.com" -export const goals = "https://famaroman.notion.site/Tic-Tac-Toe-World-Goals-e38d5dbfee724d88a7dff6290a3d15b7?pvs=4" +export const goals = "https://famaroman.notion.site/Tic-Tac-Toe-World-Goals-e38d5dbfee724d88a7dff6290a3d15b7" export const linkedIn = "http://www.linkedin.com/in/romanfama" export const usernameGithub = "RomanFama592"