Skip to content

Update README.md#1087

Merged
archie-mckenzie merged 1 commit intomainfrom
a/npx-gt-2
Mar 7, 2026
Merged

Update README.md#1087
archie-mckenzie merged 1 commit intomainfrom
a/npx-gt-2

Conversation

@archie-mckenzie
Copy link
Contributor

@archie-mckenzie archie-mckenzie commented Mar 7, 2026

Greptile Summary

This PR updates the README.md to change the CLI invocation in the Getting Started section from npx gt to npx gt@latest.

  • This is a documentation-only change with no impact on source code or functionality.
  • The update aligns the Getting Started section with the Quick Start section further down the page, which already used npx gt@latest — eliminating an inconsistency between the two sections.
  • Using @latest is a best practice as it ensures users always run the most up-to-date version of the CLI tool rather than a potentially cached older version.

Confidence Score: 5/5

  • This PR is safe to merge — it is a one-line documentation fix with no code changes.
  • The change is a trivial, beneficial documentation update that fixes an inconsistency between two sections of the README. No logic, tests, or source files are modified. The update follows best practices by ensuring users run the latest version of the CLI tool.
  • No files require special attention.

Sequence Diagram

sequenceDiagram
    participant User
    participant npx
    participant gt CLI

    User->>npx: npx gt@latest
    npx->>gt CLI: Fetch & run latest version
    gt CLI->>User: Launch setup wizard
    User->>gt CLI: Provide project configuration
    gt CLI->>User: Project configured for i18n
Loading

Last reviewed commit: c90f4b2

@archie-mckenzie archie-mckenzie requested a review from a team as a code owner March 7, 2026 03:53
@archie-mckenzie archie-mckenzie merged commit 66917c9 into main Mar 7, 2026
24 checks passed
@archie-mckenzie archie-mckenzie deleted the a/npx-gt-2 branch March 7, 2026 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant