diff --git a/README.md b/README.md index 56b38a4d..1e0de286 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Software License + + Downloads + Financial Contributors @@ -44,10 +47,6 @@ JetBrains Logo - - - CaptionAI Logo -

@@ -336,8 +335,8 @@ $ jira issue edit ISSUE-1 -s"New Bug" -yHigh -lbug -lurgent -CBackend -b"Bug des $ jira issue edit ISSUE-1 -s"New updated summary" --no-input # Use minus (-) to remove label, component or fixVersion -# For instance, to edit issue to -# - remove label p2, component FE, fixVersion v1.0 +# For instance, to edit issue to +# - remove label p2, component FE, fixVersion v1.0 # - add label p1, component BE, fixVersion v2.0 $ jira issue edit ISSUE-1 --label -p2 --label p1 --component -FE --component BE --fix-version -v1.0 --fix-version v2.0 ```