From 452eafc98115144b24533df3cb4eeacbfe768f36 Mon Sep 17 00:00:00 2001 From: James Dyson Date: Sun, 19 Jan 2020 14:24:52 +0000 Subject: [PATCH] Update README and LICENSE --- LICENSE | 2 +- README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index cde2ca7..6628338 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 James Dyson +Copyright (c) 2017-2020 James Dyson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1f566a5..d7a559a 100644 --- a/README.md +++ b/README.md @@ -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 +```