You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The `resources` folder within the `src` directory is intended for including any
82
82
-**Configuration files**: Store any JSON, XML, or other configuration files needed by your module.
83
83
-**Script files**: Place any scripts that are used by your functions or modules, but are not directly part of the public or private functions.
84
84
-**formatdata files**: Store `Example.Format.ps1xml` file for custom format data types to be imported to manifest
85
-
-**types files**: Store `Example.Types.ps1xml` file for custom format data types to be imported to manifest
85
+
-**types files**: Store `Example.Types.ps1xml` file for custom types data types to be imported to manifest
86
86
-**Documentation files**: Include any supplementary documentation that supports the usage or development of the module.
87
87
-**Data files**: Store any data files that are used by your module, such as CSV or JSON files.
88
88
-**Subfolder**: Include any additional folders and their content to be included with the module, such as dependant Modules, APIs, DLLs, etc... organized by a subfolder.
0 commit comments