diff options
| -rw-r--r-- | README.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -152,4 +152,5 @@ newtype Shaped sh a = Shaped (Mixed (MapJust sh)          a)  About the name: when importing `orthotope` array modules, a possible naming  convention is to use qualified imports as `OR` for "orthotope ranked" arrays and -`OS` for "orthotope shaped" arrays. ox-arrays exists to fill the `OX` gap. +`OS` for "orthotope shaped" arrays. ox-arrays was started to fill the `OX` gap, +then grew out of proportion. | 
