From 97309cc086158f9bf692ee8bfa17e8322cea432f Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Sun, 2 Feb 2020 22:04:42 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07d8980..872ec37 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BRAID v1.2.1 +# BRAID v1.2 > Websocket server for the Measure platform [![Build Status](https://semaphoreci.com/api/v1/projects/7767f0f3-4da6-4c84-9167-4db5402a3262/2573412/badge.svg)](https://semaphoreci.com/yardstick/braid) @@ -61,4 +61,4 @@ token = JWT.encode payload, hmac_secret, "HS256" ``` * to test your changes before pushing you can run `tsc && npm test` -* to check code coverate run nyc npm test, we must maintain above 90% code coverage +* to check code coverage run `nyc npm test`, we must maintain above 90% code coverage