Skip to content

Commit 1059845

Browse files
committed
Update README name of project.
Change-Id: Id17a77c71f2ae9c72f0907828a1b0ebbdf55193a
1 parent bfcb1f2 commit 1059845

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,18 @@ Getting Started
2626

2727
##### Fetch code
2828

29-
`git clone https://github.com/googlesamples/custom-lint-rules.git`
29+
```
30+
git clone https://github.com/googlesamples/android-custom-lint-rules.git
31+
cd android-custom-lint-rules
32+
```
3033

3134
##### Build the validator
3235

3336
`./gradlew build`
3437

3538
##### Copy to the lint directory
3639

37-
`cp ./build/libs/custom-lint-rules.jar ~/.android/lint/`
40+
`cp ./build/libs/android-custom-lint-rules.jar ~/.android/lint/`
3841

3942
##### Verify whether the issues are registered with lint
4043

@@ -57,7 +60,7 @@ Support
5760
- Stack Overflow: http://stackoverflow.com/questions/tagged/android
5861

5962
If you've found an error in this sample, please file an issue:
60-
https://github.com/googlesamples/custom-lint-rules/issues
63+
https://github.com/googlesamples/android-custom-lint-rules/issues
6164

6265
Patches are encouraged, and may be submitted by forking this project and
6366
submitting a pull request through GitHub.

0 commit comments

Comments
 (0)