Skip to content

Commit 8ca3278

Browse files
authored
Fix dotnet new command in README.md (#77)
1 parent 27f19f3 commit 8ca3278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The easiest way to start with Elmish and React is to use the [template](https://
1212

1313
```shell
1414
dotnet new -i "Fable.Template.Elmish.React::*"
15-
dotnet new elmish-react -n MyProject
15+
dotnet new fable-elmish-react -n MyProject
1616
```
1717

1818
Alternatively, you can just add it to an existing project via paket:

0 commit comments

Comments
 (0)