Update README.md

This commit is contained in:
abersheeran 2023-10-25 17:30:46 +08:00
parent 6240311ecd
commit 83bdcecd83

View File

@ -20,6 +20,11 @@ USERNAME = "USERNAME"
PASSWORD = "PASSWORD"
```
* PROTOCOL: `r2` only now.
* BUCKET_NAME: The bucket name of R2.
* USERNAME: The username of WebDav.
* PASSWORD: The password of WebDav.
## Development
With `wrangler`, you can build, test, and deploy your Worker with the following commands: