Update readme.

This commit is contained in:
Sergey Vartanov 2021-12-12 09:58:30 +03:00
parent 248042090b
commit 0a61a6e17e
3 changed files with 16 additions and 8 deletions

View file

@ -123,7 +123,7 @@ class MapMachineMoire(Default, ABC):
key, tag = spec.split("=")
return (
self.get_ref_(f"{PREFIX}Key:{key}", self.m([key]))
+ "="
+ " = "
+ self.get_ref_(f"{PREFIX}Tag:{key}={tag}", self.m([tag]))
)