Skip to content

Commit e55c052

Browse files
author
stevestein
committed
updating
1 parent b962c05 commit e55c052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/powershell/download-sql-server-ps-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To install the **SqlServer** module:
3636

3737
```Install-Module -Name SqlServer```
3838

39-
If there are previous versions of the SqlServer module on the computer, you may be able to use `Update-Module` (later in this article), or provide the `-AllowClobber` parameter:
39+
If there are previous versions of the **SqlServer** module on the computer, you may be able to use `Update-Module` (later in this article), or provide the `-AllowClobber` parameter:
4040

4141
```Install-Module -Name SqlServer -AllowClobber```
4242

@@ -57,7 +57,7 @@ To use a specific version of the module you can import it with a specific versio
5757
```Import-Module SqlServer -Version 21.0.17178```
5858

5959

60-
The versions of the SqlServer module in the PowerShell Gallery support versioning and require PowerShell version 5.0 or greater.
60+
The versions of the **SqlServer** module in the PowerShell Gallery support versioning and require PowerShell version 5.0 or greater.
6161

6262
* [SqlServer module in the PowerShell Gallery](https://www.powershellgallery.com/packages/Sqlserver)
6363
* [SqlServer module reference](https://docs.microsoft.com/powershell/module/sqlserver)

0 commit comments

Comments
 (0)