Skip to content

Commit

Permalink
Fix site
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Nov 29, 2022
1 parent 6400edb commit f5e4719
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# github - Github Integration for Scala [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12)

## Quick Start

To use github in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:

```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "github" % "<version>"
)
```
17 changes: 0 additions & 17 deletions site/docs/index.md

This file was deleted.

0 comments on commit f5e4719

Please sign in to comment.