File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ This will install all the required dependencies and build output files to `dist/
1414
1515## Modifying/Adding code
1616
17- Most of the SDK is generated code, and any modified code will be overridden on the next generation. The
18- ` src/lib/ ` and ` examples/ ` directories are exceptions and will never be overridden.
17+ Most of the SDK is generated code. Modifications to code will be persisted between generations, but may
18+ result in merge conflicts between manual patches and changes from the generator. The generator will never
19+ modify the contents of the ` src/lib/ ` and ` examples/ ` directories.
1920
2021## Adding and running examples
2122
22- All files in the ` examples/ ` directory are not modified by the Stainless generator and can be freely edited or
23- added to.
23+ All files in the ` examples/ ` directory are not modified by the generator and can be freely edited or added to.
2424
2525``` bash
2626// add an example to examples/< your-example> .ts
You can’t perform that action at this time.
0 commit comments