Skip to content

Commit 8f987f6

Browse files
authored
Fix a typo in the README
1 parent 39a5c62 commit 8f987f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inThisBuild(List(
2121
Then run the desired rewrite(s) ([official docs][2]), in sbt:
2222

2323
```scala
24-
> scalafix dependency:fix.scala213.ExplicitNonNullaryApply@org.scala-lang:scala-rewrites:0.1.0`
24+
> scalafix dependency:fix.scala213.ExplicitNonNullaryApply@org.scala-lang:scala-rewrites:0.1.0
2525
> Test/scalafix dependency:fix.scala213.ExplicitNonNullaryApply@org.scala-lang:scala-rewrites:0.1.0
2626
```
2727

0 commit comments

Comments
 (0)