Skip to content

Commit 8d0e824

Browse files
committed
Fixed url in README.md
1 parent 2a26165 commit 8d0e824

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![bin2cpp logo](http://github.com/end2endzone/bin2cpp/blob/master/docs/bin2cpp-splashscreen.png)](http://github.com/end2endzone/bin2cpp/blob/master/docs/bin2cpp-splashscreen.png)
1+
![bin2cpp logo](https://github.com/end2endzone/bin2cpp/raw/master/docs/bin2cpp-splashscreen.png)
22

33

44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -31,16 +31,13 @@ It is designed to be easy to use by developers and to provide easy call function
3131
The generated functions that reads and extracts the embedded content does not rely on external libraries so you don't need to setup your projects to use any third party library to start using bin2cpp. All your embedded data can be accessed right away.
3232

3333
# Command Line Usage
34+
3435
```
35-
bin2cpp v2.0.0 - Convert binary files into C++ source code.
36-
Copyright (C) 2013-2018 end2endzone.com. All rights reserved.
37-
bin2cpp is open source software, see http://github.com/end2endzone/bin2cpp
38-
Usage:
39-
bin2cpp --file=<path> --output=<path> --headerfile=<name> --identifier=<name>
40-
[--generator=<name>] [--encoding=<name>] [--chunksize=<value>] [--namespace=<value>]
41-
[--baseclass=<value>] [--override] [--noheader] [--quiet]
42-
bin2cpp --help
43-
bin2cpp --version
36+
bin2cpp --file=<path> --output=<path> --headerfile=<name> --identifier=<name>
37+
[--generator=<name>] [--encoding=<name>] [--chunksize=<value>] [--namespace=<value>]
38+
[--baseclass=<value>] [--override] [--noheader] [--quiet]
39+
bin2cpp --help
40+
bin2cpp --version
4441
```
4542

4643
| Argument | Description |
@@ -230,7 +227,7 @@ See also the latest test results at the beginning of the document.
230227
231228
# Screenshots
232229
233-
[![bin2cpp v2.0.0 Sample](http://github.com/end2endzone/bin2cpp/blob/master/docs/bin2cpp-v2.0.0-sample.png)](http://github.com/end2endzone/bin2cpp/blob/master/docs/bin2cpp-v2.0.0-sample.png)
230+
[![bin2cpp v2.0.0 Sample](http://github.com/end2endzone/bin2cpp/raw/master/docs/bin2cpp-v2.0.0-sample.png)](http://github.com/end2endzone/bin2cpp/blob/master/docs/bin2cpp-v2.0.0-sample.png)
234231
235232
bin2cpp v2.0.0 Sample
236233

0 commit comments

Comments
 (0)