Skip to content

Commit

Permalink
Merge pull request #122 from rmunn/update-pattern-docs
Browse files Browse the repository at this point in the history
Update pattern docs to match template help text
  • Loading branch information
theimowski authored Jul 4, 2019
2 parents 0e0c0e4 + 64752b3 commit ee6b61a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/template-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Usage: `dotnet new SAFE --pattern <pattern model>`
Where `<pattern model>` is one of:

* `default`: use standard Elmish architecture with Commands **(default)**
* `reaction`: use simple Elmish architecture without Commands + [Fable.Reaction](https://dbrattli.github.io/Reaction/) for reactive pattern
* `streams`: use simple Elmish architecture without Commands + [Elmish.Streams](https://elmish-streams.readthedocs.io/) for reactive pattern
* `reaction`: obsolete - use `streams` (Fable.Reaction rebranded to Elmish.Streams)

### Deploy

Expand Down

0 comments on commit ee6b61a

Please sign in to comment.