Skip to content

Commit 9c5631d

Browse files
authored
Update README.md
1 parent 50787d0 commit 9c5631d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fuzzy - Fuzzy Logic for Python 3
22

3-
The first time I publish one of my private libraries. Thanks to hypothesis unit tests, I'm pretty confident that things should work out of the box in most cases. This is the third or fourth time I rebuild this library from scratch to find the sweet spot between ease of use (beautiful is better than ugly!), testability (simple is better than complex!) and potential to optimize for performance (practicality beats purity!).
3+
Thanks to hypothesis unit tests, I'm pretty confident that things should work out of the box in most cases. This is the third or fourth time I rebuilt this library from scratch to find the sweet spot between ease of use (beautiful is better than ugly!), testability (simple is better than complex!) and potential to optimize for performance (practicality beats purity!).
44

55
### Why a new library?
66
The first time I was confronted with fuzzy logic, I fell in love with the concept, but after reading books and checking out libraries etc. I found it frustrating how most people make fuzzy logic appear complicated, hard to handle and incorporate in code.
@@ -22,4 +22,4 @@ To make it possible to write fuzzy logic in the most pythonic and simplest way i
2222
Check the notebook for working examples and documentation.
2323

2424
Have fun!
25-
- Anselm
25+
- Anselm

0 commit comments

Comments
 (0)