From c2ba83af71407297646671dae4037987c53c169f Mon Sep 17 00:00:00 2001 From: Tal Pressman Date: Sat, 23 Apr 2022 13:30:33 +0900 Subject: [PATCH] Remove out-of-date parenthetical in tutorial.md --- docs/tutorial.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index f461bb8a7..8e5e55abc 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -51,10 +51,9 @@ that in a bit.) ## Creating our first change -Now let's say we want to edit the `README.md` file in the repo (i.e. what you're -reading right now) to say that Jujutsu is ready for use. Let's start by -describing the change (adding a commit message) so we don't forget what we're -working on: +Now let's say we want to edit the `README.md` file in the repo to say that Jujutsu +is ready for use. Let's start by describing the change (adding a commit message) +so we don't forget what we're working on: ```shell script # This will bring up $EDITOR (or `pico` by default). Enter something like # "Jujutsu is ready!" in the editor and then close it.