From 77ff9fd2a29257d9c4b2fd8ec8b9c6dbc5745392 Mon Sep 17 00:00:00 2001 From: "Geodecki 2P gr.1" <113300767+1p22geo@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:00:59 +0100 Subject: [PATCH] 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 3432392b105d6ac76a3e75e4ade60f1209780de4. --------- Signed-off-by: Geodecki 2P gr.1 <113300767+1p22geo@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e717468..769396dd 100644 --- a/README.md +++ b/README.md @@ -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. -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. @@ -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`) 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