Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Dec 18, 2023
1 parent 8bf26ba commit 1a8d094
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,21 @@ $config = Import-ConfigData -Path config.psd1
$config.DriveName
data
```

These config files all return the same PowerShell object.

```toml
#config.toml
DriveName = "data"
```

```yaml
#config.yml
DriveName: data
```
```json
{
"DriveName": "data"
}
```

0 comments on commit 1a8d094

Please sign in to comment.