From 3f9bd82b8a49594b2f9ea71d37f05f89630d1cdb Mon Sep 17 00:00:00 2001 From: LuanRT Date: Wed, 6 Oct 2021 02:09:23 -0300 Subject: [PATCH] docs: add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cbc8e61..8805b81a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # YouTube.js +[![Build](https://github.com/LuanRT/YouTube.js/actions/workflows/node.js.yml/badge.svg)](https://github.com/LuanRT/YouTube.js/actions/workflows/node.js.yml) + An object-oriented wrapper around the Innertube API, which is what YouTube itself uses. This makes YouTube.js fast, simple & efficient. And big thanks to [@gatecrasher777](https://github.com/gatecrasher777/ytcog) for his research on the workings of the Innertube API! #### What can it do?