Adjust for repo cleanup

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2020-01-20 15:00:45 +05:30
parent 7bba04c9e7
commit 907f13f7c4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ A Module is any logical unit that contributes to Dagger's object graph. In simpl
## Getting Started
To get started, clone the `boilerplate` branch of my repository which contains all the useless grunt work already done for you. Use `git clone --branch boilerplate https://github.com/msfjarvis/dagger-the-easy-way` if you're unfamiliar with branch selection during clone.
To get started, clone the repository which contains all the useless grunt work already done for you. Use `git clone https://github.com/msfjarvis/dagger-the-easy-way` if you're unfamiliar with branch selection during clone.
The repo in this stage is very bare - it has the usual boilerplate and just one class, `MainActivity`. We're going to make this a bit more interesting shortly.