Skip to content

Commit 4f3a352

Browse files
committed
chore: docs formatting.
1 parent b17ece7 commit 4f3a352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ GitHub mode is **enabled by default** but requires the Git and GitHub CLI tools
5858
- GitHub CLI (`gh`) must be installed and authenticated
5959

6060
MyCoder will automatically check for these requirements when GitHub mode is enabled and will:
61+
6162
- Warn you if any requirements are missing
6263
- Automatically disable GitHub mode if the required tools are not available or not authenticated
6364

@@ -75,7 +76,7 @@ mycoder --githubMode false # Disable GitHub mode
7576
```js
7677
// mycoder.config.js
7778
export default {
78-
githubMode: true, // Enable GitHub mode (default)
79+
githubMode: true, // Enable GitHub mode (default)
7980
// other configuration options...
8081
};
8182
```

0 commit comments

Comments
 (0)