Skip to content

Commit 99a11e7

Browse files
authored
πŸ” Update README
1 parent ef975c1 commit 99a11e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ while you're typing, an algorithm already calculates every number you type and d
5353

5454
## The Calculator allows you to β›“
5555

56-
- see how Hexdecimal Values are stored in Binary (ex. HTML Color Codes RGB(**255**, **255**, **255**) = RGB(**8-Bit**, **8-Bit**, **8-Bit**))
56+
- see how Hexadecimal Values are stored in Binary (ex. HTML Color Codes RGB(**255**, **255**, **255**) = RGB(**8-Bit**, **8-Bit**, **8-Bit**))
5757
- how much **8, 16, 32 Bit** can store, (ex. unsigned **8-Bit** can store values from **(00000000) 0 ... 255 (11111111)**)
58-
- see how other numeral systems are working (**ternary**, **quaternary**, **octal**, **hexdecimal**)
58+
- see how other numeral systems are working (**ternary**, **quaternary**, **octal**, **hexadecimal**)
5959

6060
## The Future πŸ’‘
6161

0 commit comments

Comments
 (0)