Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 17, 2017
1 parent 53da875 commit 92659af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,13 @@ The software vendor may maintain _multiple latest versions_, of specific release

```powershell
function global:au_GetLatest {
# ...
@ {
Streams = @{
# ...
@{
Streams = @{
'1.2' = @{ Version = $version12; URL32 = $url12 } # $version12 = '1.2.3.1'
'1.3' = @{ Version = $version13; URL32 = $url13 } # $version13 = '1.3.9'
}
}
}
}
}
```

Expand Down

0 comments on commit 92659af

Please sign in to comment.