Skip to content

Commit

Permalink
doc: updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilsinghrana committed Apr 4, 2024
1 parent 7d7bd2c commit 1e982d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Examples](#examples)
- [License](#license)

## Install
Expand All @@ -30,6 +31,15 @@ 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)]()
[![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](https://sahilsinghrana.github.io/tictactoeSvelte/)




## API

[TypeDocs](https://sahilsinghrana.github.io/tictactoe.js)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/sahilsinghrana/tictactoe.js.git"
},
"version": "0.1.0",
"version": "0.1.0-1",
"description": "Tic Tac toe",
"homepage": "https://github.com/sahilsinghrana/tictactoe.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1e982d9

Please sign in to comment.