Skip to content

Fix typo in readme#1176

Merged
caronc merged 1 commit intocaronc:masterfrom
khaffner:patch-1
Jul 26, 2024
Merged

Fix typo in readme#1176
caronc merged 1 commit intocaronc:masterfrom
khaffner:patch-1

Conversation

@khaffner
Copy link
Contributor

I assume the L is missing by mistake

Description:

Related issue (if applicable): #

New Service Completion Status

  • apprise/plugins/.py
  • KEYWORDS
    • add new service into this file (alphabetically).
  • README.md
    • add entry for new service to table (as a quick reference)
  • packaging/redhat/python-apprise.spec
    • add new service into the %global common_description

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • No lint errors (use flake8)
  • 100% test coverage

Testing

Anyone can help test this source code as follows:

# Create a virtual environment to work in as follows:
python3 -m venv apprise

# Change into our new directory
cd apprise

# Activate our virtual environment
source bin/activate

# Install the branch
pip install git+https://github.com/caronc/apprise.git@<this.branch-name>

# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
  <apprise url related to ticket>

I assume the L is missing by mistake
@caronc
Copy link
Owner

caronc commented Jul 26, 2024

Thank you, yes this is very much a typo

@caronc caronc merged commit 65f9cae into caronc:master Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants