diff --git a/STRUCTURE.md b/STRUCTURE.md index be8da66..088cf71 100644 --- a/STRUCTURE.md +++ b/STRUCTURE.md @@ -15,7 +15,6 @@ This guide explains how to structure examples for the Codegen library. A well-st example-name/ ├── README.md # Documentation and usage examples ├── run.py # Main implementation -├── guide.md # (Optional) Additional technical details └── input_repo/ # (Optional) Sample code for transformation ```