diff --git a/doc/RFC.md b/doc/RFC.md index 622f2f6..bf4ff99 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -11,7 +11,7 @@ 1. `=` is used to split fragment key/values 1. fragment-values are urlencoded (space becomes `+` using `encodeUriComponent` e.g.) 1. every recognized fragment key/value-pair is added to a central map/associative array/object -[https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg](https://github.com/coderofsalvation/xrfragment) +[![build](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment) # XR Fragments (key/value params) diff --git a/src/xrfragment/Parser.hx b/src/xrfragment/Parser.hx index 0c46cb8..52c055a 100644 --- a/src/xrfragment/Parser.hx +++ b/src/xrfragment/Parser.hx @@ -2,7 +2,7 @@ package xrfragment; @:expose // <- makes the class reachable from plain JavaScript @:keep // <- avoids accidental removal by dead code elimination - // [https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg](https://github.com/coderofsalvation/xrfragment) + // [![build](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment) class Parser { // # XR Fragments (key/value params) public static var error:String = ""; // // > ⛁ = supported in 3D asset-file (custom property or projection)