Skip to content

Commit 683f97d

Browse files
committed
Update project structure.
1 parent c6777ef commit 683f97d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ The compiled output will be in the `dist/` directory.
5555
```
5656
src/
5757
├── index.ts # Main entry point with stub functions
58-
├── types.ts # TypeScript type definitions
59-
├── utils/
60-
│ └── rules.ts # Validation rules
61-
└── generators/
62-
└── miscGenerators.ts # Test data generators
58+
└── types.ts # TypeScript type definitions
6359
```
6460

6561
## Usage

0 commit comments

Comments
 (0)