From 345de32cbb5a969062459589d2c5193c03cdb220 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 13 May 2024 01:22:14 +0900 Subject: [PATCH] docs: update README.md Remeber -> Remember --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69324c22..fcff1b72 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ wandb login --host https://.wandb.io To opt out of wandb, pick any one of the following methods: -1. `export WANDB_MODE=disabled` in your shell or add this in `~/.zshrc` or `~/.bashrc`. Remeber to reload using `source ~/.zshrc`. +1. `export WANDB_MODE=disabled` in your shell or add this in `~/.zshrc` or `~/.bashrc`. Remember to reload using `source ~/.zshrc`. 2. Set `wandb_project` and `wandb_group` as `""` in `simulator/config/default.yml`. Also remove these CLI params from the shell command with which the simulator is invoked. ## Running simulator