diff --git a/README.md b/README.md
index 8ac8536..4f39637 100644
--- a/README.md
+++ b/README.md
@@ -51,12 +51,12 @@ Due to Discord limitations, your Discord client **MUST** be running on the same
* Set the app icon by clicking the box under where it says `APP ICON` _(Set this image to the file named_ `trakt.png` _(you can find this file in the folder named_ `images` _in the extracted source)_
* Click `Rich Presence` on the left hand pane
* Set the cover image by clicking the box under where it say `Select Image` _(Set this image to the file named_ `trakt.png` _(you can find this file in the folder named_ `images` _in the extracted source)_
- * Click `Add Image(s)` and upload the `3` images you can find in the folder named `images` in the extracted source
+ * Click `Add Image(s)` and upload the images you can find in the folder named `images` in the extracted source
## Usage
1. Run the program by running the following command:
- node .
+ yarn start
2. You will be asked for your [Trakt Client ID](https://trakt.tv/oauth/applications), if you did not create an application, ensure you read the [Setup section of this page](https://github.com/RagnarLothbrok-Odin/trakt-discord-presence/blob/main/README.md#setup)
@@ -69,11 +69,11 @@ Due to Discord limitations, your Discord client **MUST** be running on the same
6. Finally, you must now run the following code to start the program.
- node .
+ yarn start
## Functionality
If you follow all the steps correctly, you should see an output similar to the following
## License
-
\ No newline at end of file
+
diff --git a/images/pause.png b/images/pause.png
deleted file mode 100644
index bb440c7..0000000
Binary files a/images/pause.png and /dev/null differ
diff --git a/package.json b/package.json
index 42709f4..9b65dba 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,13 @@
{
"name": "trakt-discord-presence",
- "version": "1.0.2",
+ "version": "1.0.7",
"engines": {
"node": ">=12.0.0"
},
+ "scripts": {
+ "install": "yarn install",
+ "start": "node Trakt.js"
+ },
"main": "Trakt.js",
"repository": "https://github.com/RagnarLothbrok-Odin/trakt-discord-presence.git",
"author": "Ragnar Lothbrok <30740511+RagnarLothbrok-Odin@users.noreply.github.com>",