Skip to content

Commit 3cf259f

Browse files
1 file edited
1 parent c896a1f commit 3cf259f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<script src="/core/Probability-Manager.js">import probManager from "https://raw.githubusercontent.com/Croc-Prog-github/Probability-Manager.js/main/core/Probability-Manager.js";</script>
88
</head>
99
<body style="display: flex; flex-direction: column; background: #2b2b2b;">
10+
<hx style="color: white; font-size: x-large;">Details on this library here: <a href="https://github.com/Croc-Prog-github/Probability-Manager.js">https://github.com/Croc-Prog-github/Probability-Manager.js</a></hx>
1011
<textarea name="Editor" id="Editor" oninput="Run()" autocomplete="off" style="height: 320px; resize: vertical; font-family: monospace;" spellcheck="false">
1112
const probManager = new ProbabilityManager();
1213

@@ -64,6 +65,9 @@
6465
</script>
6566

6667
<script>
68+
/******
69+
Further details on the license and usage guide are here: https://github.com/Croc-Prog-github/Probability-Manager.js
70+
******/
6771
class ProbabilityManager {
6872
constructor() {
6973
this.instances = {};

0 commit comments

Comments
 (0)