Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchett committed Apr 15, 2021
1 parent a8f6a49 commit 93e3d2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
@@ -1,7 +1,5 @@
ScalaStan
=========
[![Build Status](https://travis-ci.org/cibotech/ScalaStan.svg?branch=master)](https://travis-ci.org/cibotech/ScalaStan)
[![Download](https://api.bintray.com/packages/cibotech/public/scalastan/images/download.svg)](https://bintray.com/cibotech/public/scalastan/_latestVersion)

A Scala DSL for [Stan](http://mc-stan.org).

Expand All @@ -17,8 +15,7 @@ ScalaStan Dependency
====================
To use ScalaStan, add the following to your build:
```scala
resolvers += Resolver.bintrayRepo("cibotech", "public")
libraryDependencies += "com.cibo" %% "scalastan" % "<version>"
libraryDependencies += "io.gihub.cibotech" %% "scalastan" % "<version>"
```

Project Structure
Expand Down

0 comments on commit 93e3d2c

Please sign in to comment.