Skip to content

Commit 68d0a72

Browse files
Merge pull request #2 from abhinavkumar985/abhinavkumar985-patch-1
Update README.md
2 parents d0373af + 88417d4 commit 68d0a72

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.markdownlint.jsonc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// Disable this for prose as Prettier's "proseWrap: always" handles wrapping,
99
// and strict line limits can make documentation hard to read.
1010
"MD013": false,
11+
"MD040": false,
1112
"line-length": false,
1213
"MD031": false,
1314
"MD032": false,
@@ -17,9 +18,6 @@
1718
// MD034: Bare URL used
1819
// This is a good rule to enforce for readability. We will fix these.
1920
"MD034": true,
20-
// MD040: Fenced code blocks should have a language specified
21-
// This is important for syntax highlighting. We will fix these.
22-
"MD040": true,
2321
// MD041: First line in a file should be a top-level heading
2422
// This is a good practice for READMEs. We will fix this.
2523
"MD041": true,

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ guidelines:
8888

8989
_Example Structure in Your Project Root:_
9090

91-
```your-project/
91+
```
92+
your-project/
9293
├── GEMINI.md
9394
├── .gemini-guidelines/
9495
│ ├── overview.md
9596
│ └── component-design.md
9697
└── src/
97-
└── ...```
98+
└── components
99+
```
98100
99101
1. **Customize and Extend**:
100102
- Open the copied `GEMINI.md` and the files within `.gemini-guidelines/`.

0 commit comments

Comments
 (0)