From 776d79e454f404e613235d2a486e2f39b6971560 Mon Sep 17 00:00:00 2001 From: zachdaniel Date: Fri, 14 Jul 2017 08:06:05 -0500 Subject: [PATCH] removing an unsaved readme, and adding the actual readme --- .#README.md | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 .#README.md diff --git a/.#README.md b/.#README.md deleted file mode 120000 index bf19040..0000000 --- a/.#README.md +++ /dev/null @@ -1 +0,0 @@ -zacharydaniel@Zachs-MacBook-Pro.local.963 \ No newline at end of file diff --git a/README.md b/README.md index a7bef8f..c031ec4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Spandex is a platform agnostic tracing library. Currently there is only a datado ## Installation ```elixir def deps do - [{:spandex, ~> "1.0.4"}] + [{:spandex, ~> "1.1.0"}] end ```