Skip to content

Commit

Permalink
docs: add goals in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanFama592 committed Feb 9, 2024
1 parent 0b537a3 commit 55216d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/assets/ts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55216d7

Please sign in to comment.