Skip to content

Commit

Permalink
[doc] mod sections
Browse files Browse the repository at this point in the history
asciimoo committed Sep 29, 2017
1 parent acdcc20 commit ef1a5a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
Scraping Framework for Gophers


## Features

* Clean API
* Cookies and session handling
* Sync/async/parallel scraping
* Fast (>1k request/sec on a single core)


## Example

```go
@@ -23,14 +31,6 @@ func main() {
See [examples folder](https://github.com/asciimoo/colly/tree/master/examples) for more detailed examples.


## Features

* Clean API
* Cookies and session handling
* Sync/async/parallel scraping
* Fast (>1k request/sec on a single core)


## Bugs

Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/colly/issues) or join `#colly` on freenode

0 comments on commit ef1a5a5

Please sign in to comment.