Skip to content

Commit

Permalink
minor clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bichsel committed Nov 9, 2024
1 parent 8274cfb commit 486bf46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Advantages of this scoreboard:
- This scoreboard does not need to be installed, it is straight-forward to run
via your browser.
- This scoreboard supports a high degree of flexibility through [custom
configurations](https://bichselb.github.io/judo-scoreboard/scoreboard/#custom),
configurations](https://bichselb.github.io/judo-scoreboard/scoreboard/#config),
such as:
- Awarding more than one Ippon
- Configuring whether and when to auto-award Wazari or Ippon during Osaekomi
Expand Down
8 changes: 5 additions & 3 deletions scoreboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@

<div class="container">

<h2 id="custom">Custom configurations for rules</h2>
<h2 id="config">Configurations for rules</h2>

In the following, you can adapt the scoreboard logic directly by
modifying the below JSON configuration. Times are in milliseconds. Many
Expand Down Expand Up @@ -416,11 +416,13 @@ <h2 id="usage">Usage</h2>
</tr>
<tr>
<td>Next fight (reset scoreboard)</td>
<td>Enter</td>
<td>Enter (if enabled in the <a
href="#config">configuration</a>)</td>
</tr>
<tr>
<td>Reset for Golden Score</td>
<td>G</td>
<td>G (if enabled in the <a
href="#config">configuration</a>) </td>
</tr>
<tr>
<td>Set fight time</td>
Expand Down

0 comments on commit 486bf46

Please sign in to comment.