Skip to content

Commit 035b268

Browse files
authored
docs: use proper plugin name in readme (#2)
1 parent 1c58e65 commit 035b268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle fi
2020
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
2121

2222
```rb
23-
rename_android_package(
23+
rename_android(
2424
path: "./",
2525
package_name: "com.joshholtz.fastlane.app",
2626
new_package_name: "com.newjoshholtz.fastlane.app"

0 commit comments

Comments
 (0)