sothatsit commited on
Commit
c68cf3b
·
verified ·
1 Parent(s): 5d7b6a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,6 +22,6 @@ Rule sets:
22
  * **aseb** - Simple rule set based upon the Finkel rule set, but using the Aseb board shape.
23
  * **finkel2p** - A variant of the Finkel rule set that uses only 2 pieces per player (useful for testing).
24
 
25
- Suffixes:
26
  * **No suffix** - 16-bit percentage values (0 = 0%, 2^16 - 1 = 100%).
27
  * **_f64** - 64-bit floating point values.
 
22
  * **aseb** - Simple rule set based upon the Finkel rule set, but using the Aseb board shape.
23
  * **finkel2p** - A variant of the Finkel rule set that uses only 2 pieces per player (useful for testing).
24
 
25
+ Data types:
26
  * **No suffix** - 16-bit percentage values (0 = 0%, 2^16 - 1 = 100%).
27
  * **_f64** - 64-bit floating point values.