diff --git a/pon2.nimble b/pon2.nimble index 92dc8b6..c78ca90 100644 --- a/pon2.nimble +++ b/pon2.nimble @@ -1,6 +1,6 @@ # Package -version = "0.23.13" +version = "0.23.14" author = "Keisuke Izumiya" description = "Application for Puyo Puyo and Nazo Puyo" license = "Apache-2.0" diff --git a/src/pon2.nim b/src/pon2.nim index bba31d1..28eae69 100644 --- a/src/pon2.nim +++ b/src/pon2.nim @@ -15,7 +15,7 @@ ## | `-d:pon2.avx2=` | Use AVX2 instructions. | `true` | ## | `-d:pon2.bmi2=` | Use BMI2 instructions. | `true` | ## | `-d:pon2.fqdn=` | FQDN of the web IDE. | `24ik.github.io` | -## | `-d:pon2.path=` | URI path of the web IDE. | `/pon2/` | +## | `-d:pon2.path=` | URI path of the web simulator. | `/pon2/` | ## | `-d:pon2.workerfilename=` | File name of the web worker. | `worker.min.js` | ## | `-d:pon2.assets.native=` | Assets directory for native app. | `/assets` | ## | `-d:pon2.assets.web=` | Assets directory for web app. | `./assets` |