Skip to content

Commit

Permalink
Merge branch 'main' into benchmarks
Browse files Browse the repository at this point in the history
* main:
  chore: Fix typo
  chore: Update docs (#7)
  • Loading branch information
schpet committed Sep 8, 2024
2 parents df8a11c + 3a30e75 commit cdbe8c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# cool id

gem for rails apps to generates string ids with a prefix, followed by a [nanoid](https://zelark.github.io/nano-id-cc/). similar to the ids you see in stripe's api. also able to lookup any record by id, similar to rails' globalid. there's an [introductory blog post](https://schpet.com/note/cool-id) explaining why i made this.
gem for rails apps to generate string ids with a prefix, followed by a [nanoid](https://zelark.github.io/nano-id-cc/). similar to the ids you see in stripe's api. also able to lookup any record by id, similar to rails' globalid. there's an [introductory blog post](https://schpet.com/note/cool-id) explaining why i made this.

## usage

### basic id generation

## usage

Expand Down

0 comments on commit cdbe8c8

Please sign in to comment.