refactor: better readme

This commit is contained in:
2022-10-13 17:31:25 +02:00
parent 1ee7a24158
commit 949b14e09c
2 changed files with 4 additions and 2 deletions

View File

@@ -6,4 +6,6 @@ some random rock paper scissors checker
npm i rockpaperscissors-checker
```
uhh yeah docs at https://rps.srizan.ml k bye
uhh yeah docs at https://rps.srizan.ml k bye
also the default function docs are [here](https://rps.srizan.ml/functions/default.html)

View File

@@ -1,6 +1,6 @@
{
"name": "rockpaperscissors-checker",
"version": "1.0.1",
"version": "1.1.0",
"description": "check for ties and wins on rockpaperscissors",
"main": "index.js",
"scripts": {