Skip to content

Commit

Permalink
Add note for people who want to use LocalDynamoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Regis Kuckaertz committed Dec 7, 2018
1 parent 468b8ac commit f4fc0fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Scanamo is published for Scala 2.12 and Scala 2.11
Basic Usage
-----------

Note: the `LocalDynamoDB` object is provided by the `scanamo-testkit` package.

```scala
scala> import com.gu.scanamo._
scala> import com.gu.scanamo.syntax._
Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ higher level abstractions.
Quick start
-----------

Note: the `LocalDynamoDB` object is provided by the `scanamo-testkit` package.

Scanamo is published for Scala 2.11 and 2.12 to Maven Central, so just add the following to your `build.sbt`:

```scala
Expand Down

0 comments on commit f4fc0fc

Please sign in to comment.