diff --git a/README.md b/README.md
index 6c7903e..d625451 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ _Subscript_ supports [common syntax](https://en.wikipedia.org/wiki/Comparison_of
### Justin
-_Justin_ is minimal no-keywords JS subset, _JSON_ + _expressions_ (see [thread](https://github.com/endojs/Jessie/issues/66)).
It extends _subscript_ with:
+_Justin_ is no-keywords JS subset, _JSON_ + _expressions_ (see [thread](https://github.com/endojs/Jessie/issues/66)).
It extends _subscript_ with:
+ `a ** b` (right-assoc)
+ `a ? b : c`