From 916f9907cc2b55159a07e5f605280a95f3c33df9 Mon Sep 17 00:00:00 2001 From: Aaron Pritzlaff Date: Sun, 2 Jan 2022 23:26:39 +0000 Subject: [PATCH] readme --- docs/readme.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 904705b..12cdb19 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,11 +1,6 @@ # Code Template -To install my project +To install: ```scala -libraryDependencies += "com" % "lib" % "@VERSION@" +libraryDependencies += "com.github.aaronp" % "code-template" % "0.1.1" ``` - -```scala mdoc -val x = 1 -List(x, x) -``` \ No newline at end of file