Skip to content

Commit e113dec

Browse files
authored
Update README.md
1 parent fa6b434 commit e113dec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<p align="center"><img src="extras/graphics/512.png" alt="Byteconvert" height="200px"></p>
2+
13
# ByteConvert
24
[![Build Status](https://travis-ci.org/SloCompTech/ByteConvert_cpp.svg?branch=master)](https://travis-ci.org/SloCompTech/ByteConvert_cpp)
35
[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)]()
@@ -79,4 +81,4 @@ uint8_t *block = ByteConvert::stringToArray(blk_size,somevar);
7981
// Use block
8082

8183
delete block; // Don't forget to free memory, when you don't need array any more
82-
```
84+
```

0 commit comments

Comments
 (0)