diff --git a/README.md b/README.md index d7652ec..015b491 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Example: bluebubbles_bot -h ``` -bluebubbles_bot loads instances of the `PersonaSkill` class from python files in the [skills](/skills) folder. +bluebubbles_bot loads instances of the `PersonaSkill` class from python files in the [skills](persona/skills) folder. You may configure the skill by specifying `startup` and `shutdown` functions to configure your skills as required. -It will be helpful to follow the examples in the [skills](/skills) folder for designing your skills for the bot. +It will be helpful to follow the examples in the [skills](persona/skills) folder for designing your skills for the bot. ## Installation @@ -41,8 +41,6 @@ The following environment variables must be set to configure the bot: `USE_PRIVATE_API` : Whether or not to use the Private API in BlueBubbles. Default is `false` - - ## Justification Initially all I wanted to do was translate Apple Music links to Spotify links and vice-versa. But building platforms is more fun than building tools.