Skip to content

Commit a353a7a

Browse files
committed
Fix artifact name in README (close #85)
1 parent 28e6efe commit a353a7a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ The implementation uses a JSON version of the shared 'database' of known referer
1010

1111
The Scala implementation is a core component of [Snowplow][snowplow], the open-source web-scale analytics platform.
1212

13+
=======
14+
### Installation
15+
16+
You can add the following to your SBT config:
17+
18+
```scala
19+
val refererParser = "com.snowplowanalytics" %% "scala-referer-parser" % "0.6.0"
20+
```
21+
1322
### Usage
1423

1524
All effects within the Scala implementation are wrapped in `Sync` from [cats-effect][cats-effect]. In these examples we use `IO`, but anything that implements `Sync` can be used.

0 commit comments

Comments
 (0)