From 2f2da41075725ce14bc9489389bff1456f69006b Mon Sep 17 00:00:00 2001 From: Ramon Fried Date: Wed, 18 Dec 2019 17:37:27 +0200 Subject: [PATCH] Fix spelling and remove Mentions --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ee294f..0eefd94 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,11 @@ [![Snap Status](https://build.snapcraft.io/badge/mellowcandle/bitwise.svg)](https://build.snapcraft.io/user/mellowcandle/bitwise) Coverity Scan Build Status -[![GitSpo Mentions](https://gitspo.com/badges/mentions/mellowcandle/bitwise?style=flat-square)](https://gitspo.com/mentions/mellowcandle/bitwise) - Packaging status -_Bitwise_ is multi base interactive calculator supporting dynamic base convertion and bit manipulation. +_Bitwise_ is multi base interactive calculator supporting dynamic base conversion and bit manipulation. It's a handy tool for low level hackers, kernel developers and device drivers developers. Some of the features include: @@ -82,8 +80,8 @@ In this mode, you can type any expression you like to be evaluated. The result will be printed in the history window and also printed in the binary and various bases on top. ###### operators and functions -* All C operators are supported, additionaly, you can use the "$" symbol to refer to the last result. -* refer to a specific bit by using the function _BIT(x)_. +* All C operators are supported, additionally, you can use the "$" symbol to refer to the last result. +* Refer to a specific bit by using the function _BIT(x)_. ###### commands * _help_ - Show the help screen. @@ -126,7 +124,7 @@ brew install bitwise ``` ### Windows -NCurses doesn't support windows. You can use the windows subsystem for linux as a workaround. +NCurses doesn't support windows. You can use the windows subsystem for Linux as a workaround. ### Building from source