diff --git a/README.md b/README.md index 68cd0da0..028fed41 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o What is PowerShell? ------------------- +PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. * PowerShell is cross-platform: available for Windows, Linux and Mac OS * PowerShell is powerful: fully control your computer * PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell * PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html - +* PowerShell is fully documented: see the official docs at https://docs.microsoft.com/en-us/powershell/ Script Standards ---------------- @@ -18,10 +19,6 @@ Each script provides: 2. prefers command-line options but may ask the user if unspecified 3. exits 0 for success, otherwise the error code (mostly 1) -Links ------ -* Official PowerShell documentation: https://docs.microsoft.com/en-us/powershell/ - License & Copyright ------------------- This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.