Skip to content

Commit 534569e

Browse files
authored
Merge pull request #7123 from Abdjulaziz/patch-5
Update README.md
2 parents 9d339c1 + 718d1ff commit 534569e

File tree

1 file changed

+2
-2
lines changed
  • 13/umbraco-cms/fundamentals/setup/install

1 file changed

+2
-2
lines changed

13/umbraco-cms/fundamentals/setup/install/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The fastest way to get the latest version of Umbraco up and running is using the
1212
2. Install the Umbraco templates:
1313

1414
```bash
15-
dotnet new install Umbraco.Templates::13.*`
15+
dotnet new install Umbraco.Templates::13.*
1616
```
1717

1818
{% hint style="info" %}
@@ -22,7 +22,7 @@ Replace `13.*` with the specific version you want to install.
2222
Example:
2323

2424
```bash
25-
dotnet new install Umbraco.Templates::13.8.1`
25+
dotnet new install Umbraco.Templates::13.8.1
2626
```
2727

2828
{% endhint %}

0 commit comments

Comments
 (0)