aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-06-11 20:04:58 +0900
committerDevine Lu Linvega <[email protected]>2019-06-11 20:04:58 +0900
commit6081af9f3165269a6fdca160f52c8fcd98f975e0 (patch)
tree2e9e0e029f92b04522c41b4bc97fd44e74308b92
parentbae63fd82eb0d3dc2bf173c061516c5d91220462 (diff)
downloadOrca-6081af9f3165269a6fdca160f52c8fcd98f975e0.tar.gz
Orca-6081af9f3165269a6fdca160f52c8fcd98f975e0.zip
Fixes typo in #140
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8abafa7..7e1cc8d 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ If a file a local file `.queue` is found, each line will be ran as a command whe
## Base36 Table
-Orca operates on a base of **36 increments**. Operators using numeric values will typically also operate on letters and convert them into values as per the following table. For instance `Dp` will bang every *24th frame*.
+Orca operates on a base of **36 increments**. Operators using numeric values will typically also operate on letters and convert them into values as per the following table. For instance `Do` will bang every *24th frame*.
| **0** | **1** | **2** | **3** | **4** | **5** | **6** | **7** | **8** | **9** | **A** | **B** |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |