Skip to content

Commit

Permalink
remove some beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Måns Beckman committed Jul 20, 2015
1 parent a2f269e commit 0618b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@

<div class="body">

<h1>milsymbol API Documentation - 0.5 BETA</h1>
<i>The API is not yet stable for milsymbol 0.5, please report any errors or changes you want.</i><br>
<br>
<h1>milsymbol API Documentation - 0.5</h1>
milsymbol 0.5 introduces a new API for the milsymbol library. This API is designed to make the library even more flexible and make it easy to extend the markers with custom code. It also exposes most information about the markers that used to be hidden in the code, and the milsybmol library now uses the milsymbol API to create itself. All information around the base symbol is added using the MS.addMarkerParts() method, and all information used to build the symbols are exposed through the API.<br>
This combined makes it possible for you to access all parts of the milsymbol library and redefine, modify and expand the functionality in milsymbol, and that is kind of awesome.<br>
<h2>milsymbol Documentation</h2>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</script>

<div class="body">
<h1>milsymbol.js - 0.5 BETA</h1>
<h1>milsymbol.js - 0.5</h1>

milsymbol is a library in pure javascript that creates SVG symbols according to
<b>MIL-STD-2525</b> and <b>APP6</b>. All unit symbols with SIDCs in both 2525(c) and APP6(b) are supported.
Expand Down

0 comments on commit 0618b79

Please sign in to comment.