From 03bb06070a77dc6a16e581296400dc2a0a954f94 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 16 Apr 2021 11:19:54 +0200 Subject: [PATCH] fix: small typo --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 839fda2..af60497 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ So if you want use the snowflake algorithm to generate unique ID, You must ensur Based on this, we created this package and integrated multiple sequence-number providers into it. -* AtomicResolver (base sync/atmoic) +* AtomicResolver (base sync/atomic) > Each provider only needs to ensure that the serial number generated in the same millisecond is different. You can get a unique ID. @@ -54,7 +54,7 @@ Based on this, we created this package and integrated multiple sequence-number p $ go get github.com/godruoyi/go-snowflake ``` -## Useage +## Usage 1. simple to use.