From d47d6a386dc4bfa912c12423c839222bdee387ac Mon Sep 17 00:00:00 2001 From: Masato Ohba Date: Thu, 23 Feb 2023 08:51:19 +0900 Subject: [PATCH] Update badge in README (#257) ref https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0553db2..46d381a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rack CORS Middleware [![Build Status](https://travis-ci.org/cyu/rack-cors.svg?branch=master)](https://travis-ci.org/cyu/rack-cors) +# Rack CORS Middleware [![Build Status](https://github.com/cyu/rack-cors/actions/workflows/ci.yaml/badge.svg)](https://github.com/cyu/rack-cors/actions) `Rack::Cors` provides support for Cross-Origin Resource Sharing (CORS) for Rack compatible web applications.