Skip to content

Commit e967ab5

Browse files
author
Hussein Aladeen
authored
chore(readme): fix invalid dependency link
1 parent ff45ea1 commit e967ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Then add the dependency to the application module:
2121

2222
```groovy
2323
dependencies {
24-
annotationProcessor 'com.github.Fueled.flowr:flowr-compiler:1.3.0'
25-
compile 'com.github.fueled:flowr:1.3.0'
24+
annotationProcessor 'com.github.fueled.flowr:flowr-compiler:1.3.0'
25+
compile 'com.github.fueled.flowr:flowr:1.3.0'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)