Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from johnjohndoe/patch-1
Browse files Browse the repository at this point in the history
Enable syntax highlighting for Groovy code snippets.
  • Loading branch information
MRezaNasirloo authored Apr 19, 2018
2 parents e6c92c4 + a11e2ba commit d524bf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ For more detailed guide on Reactive Features read the [Wiki](https://github.com/

Packages are available in `jcenter`

```
``` groovy
// Base features
implementation 'com.mrezanasirloo:slick:1.1.2'

Expand All @@ -121,11 +121,11 @@ annotationProcessor 'com.mrezanasirloo:slick-compiler:1.1.2'
```

Since Slick packages are not tied to a specific dependency you need to provide them.
```
//Conductor
``` groovy
// Conductor
implementation 'com.bluelinelabs:conductor:2.x.y'

//RxJava for Reactive Features
// RxJava for Reactive Features
implementation 'io.reactivex.rxjava2:rxjava:2.x.y'
```

Expand All @@ -148,4 +148,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
```

0 comments on commit d524bf2

Please sign in to comment.