fix: correct spelling of 'recieve' to 'receive' in user registration handler

This commit is contained in:
retoor 2024-11-26 07:14:03 +00:00
parent 2cfb9f4b52
commit 7f17956db5

View File

@ -7,7 +7,7 @@ It doesn't have captcha or whatsoever. It's designed for public use, as long the
## Installation
1. `make ensure_venv`
2. `make install`
3. `source ./.venv/bin.activate`
3. `source ./.venv/bin/activate`
4. `rupload.serve` (See parameters below. Running with default config using no parameters works too.)
## Usage