Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	readme.md
  • Loading branch information
weixiyen committed Feb 17, 2017
2 parents 0e1d648 + 999f456 commit a45081a
Showing 1 changed file 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,6 +1,6 @@
# Snowflake

A distributed Snowflake generator in Elixir.
A scalable, decentralized Snowflake generator in Elixir.

## Usage

Expand All @@ -26,7 +26,7 @@ Specify the nodes in your config. If you're running a cluster, specify all the

```elixir
config :snowflake,
nodes: ["127.0.0.1"], # up to 1023 nodes
nodes: ["127.0.0.1", :'nonode@nohost'], # up to 1023 nodes
epoch: 1142974214000 # don't change after you decide what your epoch is
```

Expand Down

0 comments on commit a45081a

Please sign in to comment.