urbit-ob

JavaScript utilities for phonemic base wrangling.
Log | Files | Refs | README

commit 60c6b7a6d83f0b1b105f690c3e5243ac8768a2b3
parent c677a24ffb07fce650b8b1bbd585858505573bd4
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  2 Nov 2018 22:38:33 +1300

Fix README typo. [ci skip]

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ A simple `npm install` should do it. The library exposes two families of functions: * `patp / patp2dec / patp2hex / hex2patp` -* `patq / patq2dec / patq2hex / hex2patq`` +* `patq / patq2dec / patq2hex / hex2patq` They are pretty self-explanatory. Use `patp` or `patq` to convert base-10 numbers (or strings encoding base-10 numbers) to `@p` or `@q` respectively.