From 60e254b77807c93384b08b7ffdee89ef10cf219d Mon Sep 17 00:00:00 2001 From: Steven Gong Date: Tue, 21 Sep 2021 16:29:55 -0400 Subject: [PATCH 1/2] Change "submit" to "exec" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 233a0ce..12a8de0 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ impl Solution { } ``` -#### 3. test +#### 3. exec ```sh -leetcode test 1 +leetcode exec 1 ``` ```sh From 4cc7d964d7b464e93fe5ea48d28096bb5344acb8 Mon Sep 17 00:00:00 2001 From: Steven Gong Date: Wed, 22 Sep 2021 21:05:12 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12a8de0..736dd12 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ impl Solution { } ``` -#### 3. exec +#### 3. test ```sh -leetcode exec 1 +leetcode test 1 ``` ```sh @@ -139,10 +139,10 @@ leetcode exec 1 ``` -#### 4. submit +#### 4. exec ```sh -leetcode submit 1 +leetcode exec 1 ``` ```sh