SecretNetwork icon indicating copy to clipboard operation
SecretNetwork copied to clipboard

Typo Update README.md

Open mdqst opened this issue 1 year ago • 0 comments

Description

In the "Docker Dev Environments" section of the documentation, there was a typo in the Git command. The command incorrectly used get fetch, which is not a valid Git command. The correct command is git fetch.

Changes made:

  • Replaced get fetch with git fetch.

Importance of the fix

This typo could lead to confusion for users who are trying to follow the instructions, especially those who are not familiar with Git. Using the incorrect command (get fetch) would result in an error, preventing users from updating their Git repository correctly. Correcting this ensures that the instructions are clear and functional, allowing users to proceed with setting up the Docker development environment without issues.

mdqst avatar Nov 16 '24 11:11 mdqst