Skip to content

Commit 0c49ebf

Browse files
committed
Update README
1 parent 91aed55 commit 0c49ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this [maven plugin](https://github.com/revelc/formatter-maven-plugin), thoug
1313
Add the plugin to `project/plugins.sbt`:
1414

1515
```scala
16-
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % --latest version---)
16+
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % --latest version---)
1717
```
1818

1919
For available versions see [releases](https://github.com/sbt/sbt-java-formatter/releases).
@@ -45,7 +45,7 @@ If you decide you really need more flexibility, you could consider other plugins
4545

4646
# Contributing
4747

48-
Yes, we'll happily accept PRs to improve the plugin. We expect you to adhere to the [Lightbend Community Code of Conduct](https://www.lightbend.com/conduct) and to sign the [Lightbend Contributor License Agreement - CLA](https://www.lightbend.com/contribute/cla).
48+
Yes, we'll happily accept PRs to improve the plugin.
4949

5050
Take a look at the [contributors graph](https://github.com/sbt/sbt-java-formatter/graphs/contributors) if you want to contact
5151
any of the contributors directly.

0 commit comments

Comments
 (0)