From b864d53b22a2e779ea5a9ff2e810692859c0c3b5 Mon Sep 17 00:00:00 2001 From: night0721 <77528305+night0721@users.noreply.github.com.> Date: Thu, 2 Nov 2023 00:48:30 +0000 Subject: [PATCH] readme typo --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6a46b5..6be6ffa 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,9 @@ yarn add cath ### Launch of the module ```js -const cath = require("cath"); - -const reddit_data = await cath.getreddit("meme"); -console.log(reddit_data); // returns an object +const cath = require("cath")l +const redditdata = await cath.getreddit("meme"); +console.log(redditdata); // returns a object const answer = await cath.random8ball(); console.log(answer); // a random answer from 8ball @@ -42,7 +41,7 @@ console.log(answer); // a random answer from 8ball # License -NullValkyrie is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/NullValkyrie/blob/master/LICENSE) for more information. +NullValkyrie is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/cath/blob/master/LICENSE) for more information. # Support, Feature Request & Bug Reports