Update README and LICENSE

This commit is contained in:
James Dyson 2020-01-19 14:24:52 +00:00
parent e22c34f2ff
commit 452eafc981
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal

View File

@ -5,15 +5,15 @@
# 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).
## Installation
Add `glicko` to your list of dependencies in `mix.exs`:
Add `glicko` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:glicko, "~> 0.6.0"}]
end
```
```elixir
def deps do
[{:glicko, "~> 0.6.0"}]
end
```