diff --git a/README.md b/README.md index 2a8dc14..2a16dc0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An opensource telegram bot to know if you need to take the umbrella. ## Usage -**umbrello-bot** uses the [umbrello-api](https://github.com/frsposito/umbrello-api) to get weather information. +**umbrello-bot** uses the [umbrello-api](https://github.com/franjsco/umbrello-api) to get weather information. ### 1. Search the city. @@ -50,7 +50,7 @@ Get the forecasts with: ### Step by step. 1. Install Node.js and npm. -2. Configure [umbrello-api](https://github.com/frsposito/umbrello-api). +2. Configure [umbrello-api](https://github.com/franjsco/umbrello-api). 3. Clone this repository. 4. Install dependencies with `npm install`. 5. Create a new bot with BotFather on Telegram @@ -83,4 +83,4 @@ DB_PASSWORD=pass GPLv3 --- -Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito)) +Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco)) diff --git a/assets/screenshot.png b/assets/screenshot.png index 4d76e31..be67c1f 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ diff --git a/package.json b/package.json index aed31c2..cbe868d 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/frsposito/umbrello-bot.git" + "url": "git+https://github.com/franjsco/umbrello-bot.git" }, - "author": "frsposito", + "author": "franjsco", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/frsposito/umbrello-bot/issues" + "url": "https://github.com/franjsco/umbrello-bot/issues" }, - "homepage": "https://github.com/frsposito/umbrello-bot#readme", + "homepage": "https://github.com/franjsco/umbrello-bot#readme", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", diff --git a/src/templates.js b/src/templates.js index e8150eb..624c58e 100644 --- a/src/templates.js +++ b/src/templates.js @@ -11,7 +11,7 @@ export const welcomeTemplate = () => ( An opensource telegram bot to know if you need to take the umbrella. -Made with ❤️ by @frsposito. +Made with ❤️ by @franjsco. ` );