Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorBuchelnikov committed Jan 10, 2021
1 parent 823a20e commit eb07a99
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
15 changes: 11 additions & 4 deletions README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,24 @@ ObservableComputations не является аналогом [Reactive Extensio

Реализованы все функции и операторы, необходимые для разработки реальных приложений. Весь критичный код покрыт юнит-тестами. Я работаю над увеличением процента покрытия.

## Как установить?
## Где скачать? Как установить? Где посмотреть историю изменений?

Библиотека ObservableComputations доступна на [NuGet](https://www.nuget.org/packages/ObservableComputations/).
Все релизы ObservableComputations доступны на [NuGet](https://www.nuget.org/packages/ObservableComputations/). Там же можно посмотреть историю изменений в разделе Release Notes.

## Как получить помощь?

Вы можете [создать issue](https://github.com/IgorBuchelnikov/ObservableComputations/issues/new) or [связаться со мной по электронной почте](mailto:[email protected]).
* [создать GitHub issue](https://github.com/IgorBuchelnikov/ObservableComputations/issues/new)
* [создать GitHub discussion](https://github.com/IgorBuchelnikov/ObservableComputations/discussions/new)
* [связаться со мной по электронной почте](mailto:[email protected])

## Как я могу помочь проекту?

Приветствуются комментарии и замечания к документации. Нужны демо проекты, посты в блогах и руководства. Нужна красивая иконка.
* Приветствуются комментарии и замечания к документации

* Нужны демо проекты, посты в блогах и руководства
* Создайте xml документацию в коде

* Нужна красивая иконка.

## Быстрый старт
### Пример приложения
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,22 @@ You can compare these libraries and ObservableComputations in action, see

All functions and operators needed to develop real applications have been implemented. All critical code is covered by unit tests. I'm working on increase percent of coverage now.

## How to install?
ObservableComputations is available on [NuGet](https://www.nuget.org/packages/ObservableComputations/).
## Where can I download? How to install? Where can I see the change log?

All ObservableComputations releases are available at [NuGet](https://www.nuget.org/packages/ObservableComputations/). There you can also see the history of changes in the Release Notes section.

## How can I get help?
* [create GitHub issue](https://github.com/IgorBuchelnikov/ObservableComputations/issues/new),
* [create GitHub discussion](https://github.com/IgorBuchelnikov/ObservableComputations/discussions/new),
* [create GitHub issue](https://github.com/IgorBuchelnikov/ObservableComputations/issues/new)
* [create GitHub discussion](https://github.com/IgorBuchelnikov/ObservableComputations/discussions/new)

* [contact me via e-mail](mailto:[email protected]).
* [contact me via e-mail](mailto:[email protected])

## How can I help the project?
Documentation comments and corrections are welcome. Demo projects, blog posts, and tutorials are needed. A pretty icon is needed.
* Documentation comments and corrections are welcome
* Create xml documentation in the code

* Demo projects, blog posts, and tutorials are needed
* A pretty icon is needed

## Quick start
### Sample application
Expand Down

0 comments on commit eb07a99

Please sign in to comment.