Skip to content

Commit

Permalink
Brought README.md in sync with README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shechtman committed Dec 29, 2014
1 parent 6aece2a commit d56f77b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ A generic implementation of the asynchronous factory pattern.
Usage
-----

0. Install `Ditto.AsyncInit`:

Install-Package Ditto.AsyncInit

1. Determine the types of the initialization arguments (if any), e.g. `IProgress<long>`.

2. Derive from the corresponding `AsyncInitBase` or `CancelableAsyncInitBase` _(recommended)_, specifying your class as the first generic type argument:
Expand Down Expand Up @@ -37,7 +41,7 @@ Usage
Notice
------

Copyright © Dmitry Shechtman 2014
Copyright © Dmitry Shechtman 2014

Licensed under the Apache License, Version 2.0 (the "License").

Expand All @@ -56,3 +60,4 @@ Links
* [Code](https://github.com/dmitry-shechtman/AsyncInit)
* [Wiki](https://github.com/dmitry-shechtman/AsyncInit/wiki)
* [Blog](https://shecht.wordpress.com/category/asyncactivator/)
* [NuGet](https://nuget.org/packages/Ditto.AsyncInit)

0 comments on commit d56f77b

Please sign in to comment.