From 1b35cc7ead52013cfec7d5fa03b221af2a809178 Mon Sep 17 00:00:00 2001 From: youtao guo Date: Sun, 29 Jan 2023 01:44:14 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38ca2ac..9685d96 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **Closure is a c++ functional object implementation. It integrates the std::function and std::bind, and even more powerful.** [![Linux Status](https://github.com/coyorkdow/closure/actions/workflows/linux.yml/badge.svg)](https://github.com/coyorkdow/closure/actions/workflows/linux.yml) +[![macOS Status](https://github.com/coyorkdow/closure/actions/workflows/macos.yml/badge.svg)](https://github.com/coyorkdow/closure/actions/workflows/macos.yml) Closure is header-only. To use Closure, simply copy `closure.hpp` and dicectory `closure` into your project.