mirror of
https://github.com/Luzifer/password.git
synced 2024-12-20 04:41:17 +00:00
Fixed some wording / URLs in README
This commit is contained in:
parent
86ed9d81c8
commit
092ab68613
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Luzifer / password
|
||||
|
||||
This project is a rewrite of my former password generator written in Python. The intention is to provide a fast and secure way to generate one or more passwords using a CLI tool or a HTTP(s) API.
|
||||
This project is a rewrite of my former password generator written in Python. The intention is to provide a fast and secure way to generate one or more passwords using a CLI tool, a HTTPs page or a HTTPs API.
|
||||
|
||||
## Usage
|
||||
|
||||
### Via Web
|
||||
|
||||
My service [pwd.knut.me](http://pwd.knut.me/) is powered by this API and will provide you with secure passwords.
|
||||
My service [Secure Password](https://pwd.luzifer.io/) is powered by this app and will provide you with secure passwords.
|
||||
|
||||
### Via CLI
|
||||
|
||||
|
|
Loading…
Reference in a new issue