Skip to content

Commit 95b2778

Browse files
authored
Merge pull request #48 from eed3si9n/wip/readme
Readme
2 parents 98988d4 + 54105a9 commit 95b2778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Add plugin
1212
Add plugin to `project/plugins.sbt`. For example:
1313

1414
```scala
15-
addSbtPlugin("com.lightbend.sbt" % "sbt-proguard" % "{version}")
15+
addSbtPlugin("com.github.sbt" % "sbt-proguard" % "{version}")
1616
```
1717

1818
See [released versions][releases].
1919

20-
Note: earlier versions of sbt-proguard used the `"com.typesafe.sbt"` organization.
20+
**Note**: earlier versions of sbt-proguard used the `"com.typesafe.sbt"` or `"com.lightbend.sbt"` organization.
2121

2222
Example
2323
-------
@@ -35,7 +35,7 @@ proguardOptions in Proguard += ProguardOptions.keepMain("some.MainClass")
3535
Run proguard at the sbt shell with:
3636

3737
```shell
38-
proguard:proguard
38+
proguard
3939
```
4040

4141
Specifying the proguard version

0 commit comments

Comments
 (0)