diff --git a/README.md b/README.md index e641947..d967b27 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ template , permutation_generator>::type> class maglev_hasher; ``` -NodeType: A node is a candidate, which must have an unique id, and the id must +NodeType: A node is a candidate, which must have an unique id, and the id must be hashable. If the node has a weight, then the weight must be a **non-negative** number. Here is a `maglev::weighted_node_wrapper` which can support weight for a node.