Skip to content

Commit

Permalink
doc: fix readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilsinghrana committed Apr 4, 2024
1 parent 1e982d9 commit 864399f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ const TicTacToe = require("@sahilsinghrana/tictactoe.js");
const game = new TicTacToe();
```


## Examples

[![Svelte](https://img.shields.io/badge/svelte-%23f1413d.svg?style=for-the-badge&logo=svelte&logoColor=white)](https://svelte.dev/) [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)]()
[![Svelte](https://img.shields.io/badge/svelte-%23f1413d.svg?style=for-the-badge&logo=svelte&logoColor=white)](https://svelte.dev/) [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sahilsinghrana/tictactoeSvelte)
[![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](https://sahilsinghrana.github.io/tictactoeSvelte/)




## API

Expand Down
6 changes: 3 additions & 3 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"entryPoints": ["./src/lib/index.ts"],
"entryPointStrategy": "expand",
"out": "docs",
"tsconfig": "tsconfig.json",
"cname": "https://github.com/sahilsinghrana/tictactoe.js",
"tsconfig": "./tsconfig.json",
"cname": "https://sahilsinghrana.github.io/tictactoe.js",
"cacheBust": true,
"searchInComments": true,
"titleLink": "https://sahilsinghrana.github.io/tictactoe.js",
"titleLink": "https://github.com/sahilsinghrana/tictactoe.js",
"navigationLinks": {
"npm": "https://www.npmjs.com/package/@sahilsinghrana/tictactoe.js"
},
Expand Down

0 comments on commit 864399f

Please sign in to comment.