Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Commit a5080db

Browse files
authored
Update README.md
1 parent 5291b27 commit a5080db

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ https://github.com/YujiSODE/img2Dataurls
55
>This software is released under the MIT License.
66
>See LICENSE or http://opensource.org/licenses/mit-license.php
77
______
8-
>## data URL scheme
8+
>## 0. data URL scheme
99
>According to RFC 2397 \(Masinter, 1998\), data URL scheme is URL scheme that would work like \'immediate addressing\', and this scheme has following form of URL:
10-
>`data:[<mediatype>][;base64],<data>`
10+
>`data:[<mediatype>][;base64],<data>`
11+
>RFC 2397 \(Masinter, 1998\) shows an example of using data URL scheme as an inline image in a HTML document as follows:
12+
>`<IMG SRC="data:image/gif;base64,R0lGODdhM` ... `AA7" ALT="Larry">`
1113
1214
## 1. Synopsis
1315
**Tcl**

0 commit comments

Comments
 (0)