Skip to content

Commit d153a73

Browse files
authored
Update README.md
1 parent a3121dd commit d153a73

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gemini-cli-vs-claude-code/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This folder provides the code examples for the Real Python tutorial [Gemini CLI
44

55
## Important Note
66

7-
The code in this folder doesn't strictly match the code in the tutorial. The differences are as follows:
7+
The code in this folder has been modified from the original tutorial version to meet this repository's quality rules. The changes are as follows:
88

9-
- Consistently use double quotes in string literals
10-
- Remove unused imports
11-
- Reformat lines longer than 79 characters
9+
- Used double quotes consistently in string literals
1210

13-
These changes were required to meet the repository's quality rules.
11+
- Removed unused imports
12+
13+
- Reformatted lines longer than 79 characters

0 commit comments

Comments
 (0)