This commit is contained in:
Otto Winter 2020-07-30 12:53:20 +02:00
parent 70ecbc44a1
commit 86c9cb2121
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ library by espressif.
## Installation
Es doesn't have to be installed, just double-click it and it'll start.
Check the [releases section](https://github.com/esphome/esphomeflasher/releases)
Check the [releases section](https://github.com/esphome/esphome-flasher/releases)
for downloads for your platform.
## Installation Using `pip`

View File

@ -15,7 +15,7 @@ PROJECT_URL = 'https://esphome.io/guides/faq.html'
PROJECT_EMAIL = 'contact@esphome.io'
PROJECT_GITHUB_USERNAME = 'esphome'
PROJECT_GITHUB_REPOSITORY = 'esphomeflasher'
PROJECT_GITHUB_REPOSITORY = 'esphome-flasher'
PYPI_URL = 'https://pypi.python.org/pypi/{}'.format(PROJECT_PACKAGE_NAME)
GITHUB_PATH = '{}/{}'.format(PROJECT_GITHUB_USERNAME, PROJECT_GITHUB_REPOSITORY)