update readme to latest iqam syntax for quires
authorBill <bill.zorn@gmail.com>
Tue, 7 Aug 2018 06:35:18 +0000 (23:35 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Aug 2018 06:35:18 +0000 (23:35 -0700)
README.md

index 26c69491d417fce383e043567257a669ee9aaa81..99f7c1795644ad5d6753d3ce0fd3dc0331ea6a5a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ Posit16(2.7001953125)
 >>> q = sfpy.Quire16(0) # <-- quire is also supported
 >>> q
 Quire16(0.0)
->>> q.iqma(sfpy.Posit16(3), sfpy.Posit16(5))
+>>> q.iqam(sfpy.Posit16(3), sfpy.Posit16(5))
 >>> q
 Quire16(3.725290298461914e-09)
->>> q.iqma(sfpy.Posit16(3.0), sfpy.Posit16(5.0))
+>>> q.iqam(sfpy.Posit16(3.0), sfpy.Posit16(5.0))
 >>> q
 Quire16(15.0)
 >>> q.bits