From c8b703e4c0baa2f8dc1a06f131ce5a5801d4dd4e Mon Sep 17 00:00:00 2001 From: Inthar the Crow-Magnon <36112167+inthar-raven@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:22:34 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e175b15..cb4144c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A microtonal scale research app chiefly dedicated to ternary scales (scales with ![Front page screenshot](https://raw.githubusercontent.com/inthar-raven/ternary/main/static/images/front.png) -# How to build and run: +# How to build and run 1. Install the Rust toolchain. 1. Run `cargo install wasm-pack`. @@ -19,7 +19,7 @@ By default the WASM is compiled in release mode. To compile it in development mo 2. `npm run serve`: Deploy the app on a development server. 3. `npm run format`: Run `prettier` on all HTML, CSS, JavaScript, and TypeScript files. -# Completed features: +# Completed features - Get the set of all scales (up to mode) with a certain step signature. - Given a step signature, it gives you tuples of JI steps with bounded complexity for the scale (assuming octave equivalence).