Skip to content

Commit fbaa205

Browse files
authored
Merge pull request #12 from abjerner/patch-1
Install commands shouldn't be multiline
2 parents 7f25926 + d2cde00 commit fbaa205

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,12 @@ To easily install the package you can use the `Package Manager Console` from Vis
3737

3838
#### Package Manager Console
3939
```
40-
Install-Package
41-
Umbraco.AuthorizedServices
40+
Install-Package Umbraco.AuthorizedServices
4241
```
4342

4443
#### Dotnet CLI
4544
```
46-
dotnet add package
47-
Umbraco.AuthorizedServices
45+
dotnet add package Umbraco.AuthorizedServices
4846
```
4947

5048

0 commit comments

Comments
 (0)