Skip to content

Commit 424d734

Browse files
committed
Added acknowledgements
1 parent 870b3a5 commit 424d734

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [Error handling](#error-handling-1)
2121
- [Overloading](#overloading)
2222
- [AST functions \(advanced\)](#ast-functions-advanced)
23+
- [Acknowledgments](#acknowledgments)
2324

2425
<!-- /MarkdownTOC -->
2526

@@ -324,3 +325,8 @@ first_non_null(null) -> error: all arguments were null
324325
first_non_null(null, 1) -> 1
325326
first_non_null(1, 1+'abc') -> 1 (second argument was invalid, but no error since not evaluated)
326327
```
328+
329+
330+
# Acknowledgments
331+
332+
This library was written partly on my spare time, and partly during the course of my employment at [IBEX Innovations Ltd.](https://ibexinnovations.co.uk/). I would like to thank my employer for allowing me to open-source this library, with the hope that it is useful to others.

0 commit comments

Comments
 (0)