Skip to content

Commit 86f0981

Browse files
author
Francesco Cannizzaro
committed
update readme
1 parent 47e5245 commit 86f0981

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ List<Packege> packages = JP.fromList(body, Package.class);
2222

2323
```
2424

25-
See [Sample Code]()
25+
See [Sample Code](/app/src/main/java/com/fcannizzaro/jsoup/sample)
2626

2727
# Annotations
2828

@@ -50,10 +50,12 @@ String title;
5050
String href;
5151
```
5252

53-
## ForEach(String: query)
53+
## @ForEach(String: query)
5454
```java
5555
@ForEach("li")
56-
void iterate(Element el, [, int index]){
56+
void iterate(Element element, int index){
57+
// [required] element
58+
// [optional] index
5759
// do something
5860
}
5961
```

0 commit comments

Comments
 (0)