1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

fix typos in readme (#294)

* fix typos in readme

Signed-off-by: Geodecki 2P gr.1 <113300767+1p22geo@users.noreply.github.com>

* disallow web robots

* Revert "disallow web robots"

This reverts commit 3432392b10.

---------

Signed-off-by: Geodecki 2P gr.1 <113300767+1p22geo@users.noreply.github.com>
This commit is contained in:
Geodecki 2P gr.1 2024-02-05 01:00:59 +01:00 committed by GitHub
parent 1cded2af90
commit 77ff9fd2a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ And visit [http://localhost:3000](http://localhost:3000)
In development, we use `letter_opener` to automatically open emails in your browser. However, if you self-host, you'll likely want some basic email sending abilities. In development, we use `letter_opener` to automatically open emails in your browser. However, if you self-host, you'll likely want some basic email sending abilities.
You can use any SMTP-based mail service and then simply drop in your SMPT credentials in the `.env` file. You can use any SMTP-based mail service and then simply drop in your SMTP credentials in the `.env` file.
[Resend](https://resend.com) is a great option for personal use as they have a very generous free plan. [Resend](https://resend.com) is a great option for personal use as they have a very generous free plan.
@ -75,7 +75,7 @@ If you've got an improvement, just send in a pull request!
4. Push to the branch (`git push origin my-new-feature`) 4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request 5. Create new Pull Request
If you've got feature ideas, simply [open a new issues](https://github.com/maybe-finance/maybe/issues/new)! If you've got feature ideas, simply [open a new issue](https://github.com/maybe-finance/maybe/issues/new)!
## Repo Activity ## Repo Activity