Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pattern docs to match template help text #122

Merged
merged 1 commit into from
Jul 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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