Skip to content

Commit 8e30728

Browse files
authored
Update Install-SPFeature.md
1 parent e035aae commit 8e30728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Install-SPFeature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This is commonly done after an upgrade process.
6969
C:\PS>Install-SPFeature -path "MyCustomFeature" -CompatibilityLevel 14
7070
```
7171

72-
This example installs a new feature at $env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\FEATURES\MyCustomFeature\feature.xml.
72+
This example installs a new feature at $env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\MyCustomFeature\feature.xml.
7373

7474
### --------------EXAMPLE 4-----------------
7575
```

0 commit comments

Comments
 (0)