Skip to content

Commit ea79106

Browse files
authored
Update README.md
1 parent 6c19530 commit ea79106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#####################################################################################
22
# base_r
3-
# Info
3+
## Info
44
Converter beetween different number bases and to ascii. Mainly for CTFs purposes.
5-
# Features:
5+
## Features:
66
Converting from:
77
- binary to decimal and ascii
88
- octal to decimal and ascii
99
- hexal to decimal and ascii
1010
- decimal to ascii
1111

1212
The program takes data from txt file.
13-
# How to use:
13+
## How to use:
1414
- git clone https://github.com/aluvium/base_r.git
1515
- python ./main.py
1616

0 commit comments

Comments
 (0)