mirror of
https://github.com/avitex/elixir-glicko
synced 2024-12-03 16:19:58 +00:00
Update README and LICENSE
This commit is contained in:
parent
e22c34f2ff
commit
452eafc981
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2017 James Dyson
|
Copyright (c) 2017-2020 James Dyson <theavitex@gmail.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
14
README.md
14
README.md
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
# Glicko
|
# Glicko
|
||||||
|
|
||||||
**Implementation of the [Glicko rating system](http://www.glicko.net/glicko.html).**
|
**Implementation of the [Glicko rating system](http://www.glicko.net/glicko.html).**
|
||||||
Documentation hosted on [hexdocs](https://hexdocs.pm/glicko).
|
Documentation hosted on [hexdocs](https://hexdocs.pm/glicko).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add `glicko` to your list of dependencies in `mix.exs`:
|
Add `glicko` to your list of dependencies in `mix.exs`:
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
def deps do
|
def deps do
|
||||||
[{:glicko, "~> 0.6.0"}]
|
[{:glicko, "~> 0.6.0"}]
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user