Skip to content

Commit

Permalink
Fix logo/images in README
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed May 27, 2024
1 parent f82c7da commit 1695a32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![Logo](https://raw.githubusercontent.com/RobThree/IdGen/master/IdGenDocumentation/icons/Help.png) IdGen
# ![Logo](https://raw.githubusercontent.com/RobThree/IdGen/master/logo.png) IdGen

![Build Status](https://img.shields.io/github/actions/workflow/status/RobThree/IdGen/test.yml?branch=master&style=flat-square) [![Nuget version](https://img.shields.io/nuget/v/IdGen.svg?style=flat-square)](https://www.nuget.org/packages/IdGen/)

Expand All @@ -18,7 +18,7 @@ IdGen generates, like Snowflake, 64 bit Id's. The [Sign Bit](https://en.wikipedi

An Id generated with a **Default** `IdStructure` is structured as follows:

![Id structure](https://raw.githubusercontent.com/RobThree/IdGen/master/IdGenDocumentation/Media/structure.png)
![Id structure](https://raw.githubusercontent.com/RobThree/IdGen/master/structure.png)

However, using the `IdStructure` class you can tune the structure of the created Id's to your own needs; you can use 45 bits for the timestamp, 2 bits for the generator-id and 16 bits for the sequence if you prefer. As long as all 3 parts (timestamp, generator and sequence) add up to 63 bits you're good to go!

Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1695a32

Please sign in to comment.