From 3ff4415c77134031026d60abb9130735d67a00d0 Mon Sep 17 00:00:00 2001 From: Jason Goldberger Date: Thu, 27 Aug 2020 20:34:47 -0700 Subject: [PATCH] docs: elixir syntax highlighting in README.md (#104) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58084c71..fe91939c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means stable, but in this case it _does not_. The 2.0 release will be the stable release. -``` +```elixir def deps do [ {:ash, "~> 1.12.0"}