diff --git a/README.md b/README.md index 01962dc..3efba30 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,6 @@ var newId = new YitIdGenerator(options).NewLong(); ``` #### options说明 -options参数(Method、StartTime除外)只支持漂移算法,不支持传统雪花算法。 - ``` public class IdGeneratorOptions {