Skip to content

Commit 518bb71

Browse files
authored
Update README.md
1 parent 880fd31 commit 518bb71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ The biggest difference of ExpressionEvaluator is that everything is evaluated on
6767
So it can be slower in some cases (sometimes not) but it also avoid a lot of memory leaks.
6868
It already allow to evaluate some small scripts.
6969
If you don't want an another .dll file in your project, you only need to copy one [C# file](./CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs) in your project. And it's [MIT licence](./LICENSE.md)
70+
71+
### Donate
72+
Expression Evaluator is free and will always be.
73+
But if you want to say thanks for this lib with a donation or small sponsoring here you can :
74+
[Donate](https://www.paypal.com/donate?hosted_button_id=7K467U3H4NVJG)
75+
76+
Thank you anyway for using ExpressionEvaluator

0 commit comments

Comments
 (0)