Skip to content

Commit eb6c601

Browse files
committed
Update ReadMe to normalize folder lists
Closes #38
1 parent 96389a0 commit eb6c601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ For best results, you need to organize your module project similarly to how this
102102

103103
Once you start working on the module, you'll create sub-folders in source, and put script files in them with only **one** function in each file. You should name the files with _the same name_ as the function that's in them -- especially in the public folder, where we use the file name (without the extension) to determine the exported functions.
104104

105-
1. By convention, use folders named "Classes", "Private", and "Public"
105+
1. By convention, use folders named "Classes" (or "Enum"), "Private", and "Public"
106106
2. By convention, the functions in "Public" will be exported from the module
107107
3. To force classes to be in a certain order, you can prefix their file names with numbers, like `01-User.ps1`
108108

109-
There are a *lot* of conventions in `Build-Module`, expressed as default values for its parameters. You can set any parameter to `Build-Module` by adding keys to the `build.psd1` file with your preferences. Check the help for Build-Module for details.
109+
There are a *lot* of conventions in `Build-Module`, expressed as default values for its parameters. These defaults are documented in the help for Build-Module. You can override any parameter to `Build-Module` by passing it, or by adding keys to the `build.psd1` file with your preferences.

0 commit comments

Comments
 (0)