From e6f82b8b127afb9b8df5828dc57d6ab9a5cf2c8d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 14 Feb 2022 20:32:07 -0500 Subject: [PATCH] add a title; which police --- core/different/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/different/README.md b/core/different/README.md index 6524bc6c4..80899bb1c 100644 --- a/core/different/README.md +++ b/core/different/README.md @@ -1,4 +1,6 @@ -Native code to go with the `ThinkDifferent` class which handles macOS-specific API calls. +# Think Different + +Native code to go with the `ThinkDifferent` class that handles macOS-specific API calls. Currently only handles hiding the menu bar, and the basic structure of the native libraries evolved from the [jAppleMenuBar project](https://github.com/kritzikratzi/jAppleMenuBar) by Hansi Raber and was rewritten for Processing 4 by Ben Fry.