File tree 1 file changed +4
-4
lines changed
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/
14
14
15
15
## Modifying/Adding code
16
16
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.
19
20
20
21
## Adding and running examples
21
22
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.
24
24
25
25
``` bash
26
26
// add an example to examples/< your-example> .ts
You can’t perform that action at this time.
0 commit comments