From b01254cc1775b6d0997f2652042af2a4f6bfb7ec Mon Sep 17 00:00:00 2001 From: Josephus Paye II Date: Mon, 14 Feb 2022 13:43:33 +1100 Subject: [PATCH] Use the CI badge for the main branch, fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc25d8c..3045a7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NUClearNet.js -[![Node.js CI](https://github.com/Fastcode/NUClearNet.js/actions/workflows/node.js.yml/badge.svg)](https://github.com/Fastcode/NUClearNet.js/actions/workflows/node.js.yml) +[![Node.js CI](https://github.com/Fastcode/NUClearNet.js/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/Fastcode/NUClearNet.js/actions/workflows/node.js.yml) Node.js module for interacting with the [NUClear](https://github.com/Fastcode/NUClear) network. @@ -14,7 +14,7 @@ npm install nuclearnet.js --save ## Usage -The following example show a typical usage pattern of creating a network instance, listening for join, leave, and packet events, and sending data. +The following example shows a typical usage pattern of creating a network instance, listening for join, leave, and packet events, and sending data. ```js const { NUClearNet } = require('nuclearnet.js');