diff --git a/README.md b/README.md index 9c6cc2c..3d918b2 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,5 @@ func main() { 2. Monkey won't work on some security-oriented operating system that don't allow memory pages to be both write and execute at the same time. With the current approach there's not really a reliable fix for this. 3. Monkey is not threadsafe. Or any kind of safe. 4. I've tested monkey on OSX 10.10.2 and Ubuntu 14.04. It should work on any unix-based x86 or x86-64 system. + +© Bouke van der Bijl