Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elementh committed Apr 8, 2022
1 parent 1fffab2 commit 1edd6e3
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# navigator.extensions.probabilities
# Navigator.Extensions.Probabilities
🔛 Specify the probabilities of an action being triggered with ease

# Usage

```c#
...

builder.Services
.AddNavigator(options =>
{
...
})
.WithExtension.Probabilities();

var app = builder.Build();

...
```


# License
Navigator Extensions Probabilities
Copyright (C) 2019-2021 [Lucas Maximiliano Marino](https://lucasmarino.me)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

0 comments on commit 1edd6e3

Please sign in to comment.