From aedc23176fa76eebb82e34e3db67106a35fd1828 Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Thu, 26 May 2022 17:31:47 -0700 Subject: [PATCH] docs: add missing `.` in `.jjconfig.toml` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89af3f0460..03999e9e9f 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ cargo install --git https://github.com/martinvonz/jj.git ## Initial configuration You may want to configure your name and email so commits are made in your name. -Create a file at `~/jjconfig.toml` and make it look something like +Create a file at `~/.jjconfig.toml` and make it look something like this: ```shell script $ cat ~/.jjconfig.toml