From 4e994fe68d53b895114b26cf097821ef9841035f Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 14 Dec 2020 20:40:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26535a3..1d650aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# chkb [![Go Report Card](https://goreportcard.com/badge/github.com/MetalBlueberry/chkb)](https://goreportcard.com/report/github.com/MetalBlueberry/chkb) [![Coverage Status](https://coveralls.io/repos/github/MetalBlueberry/chkb/badge.svg?branch=master)](https://coveralls.io/github/MetalBlueberry/chkb?branch=master) +# chkb [![Go Report Card](https://goreportcard.com/badge/github.com/MetalBlueberry/chkb)](https://goreportcard.com/report/github.com/MetalBlueberry/chkb) ![coveralls.](https://github.com/MetalBlueberry/chkb/workflows/coveralls./badge.svg) [![Coverage Status](https://coveralls.io/repos/github/MetalBlueberry/chkb/badge.svg?branch=master)](https://coveralls.io/github/MetalBlueberry/chkb?branch=master) chkb turns a regular keyboard intro a fully programmable keyboard. @@ -249,4 +249,4 @@ To find extra keys, you can read ./pkg/chkb/ecodes.go and use anything starting - [ ] easy autoshift functionality for layers - [ ] examples - [ ] Implement RESETKEY to start-stop the app in the background -- [ ] add initialLayer as a configuration parameter \ No newline at end of file +- [ ] add initialLayer as a configuration parameter