From a38ff0b2f3ae7802879a601b85395a4d64907cdd Mon Sep 17 00:00:00 2001 From: landonMutch Date: Fri, 3 Mar 2023 12:29:23 +0900 Subject: [PATCH] fix poll option values --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f42d3265..da8ce96e 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | subject | subject | | [14](14.md) | | d | identifier | | [33](33.md) | | expiration | unix timestamp (string) | | [40](40.md) | -| poll_options | poll options (list) | | [69](69.md) | -| poll_option | poll option (integar) | description (str) | [69](69.md) | +| poll_options | options (integar array) | description (str) | [69](69.md) | +| poll_option | poll option (integar) | | [69](69.md) | | tally_method | "value" OR "count" | | [69](69.md) | | consensus_threshold | consensus % (integar) | | [69](69.md) | | closed_at | unix timestamp (string) | | [69](69.md) |