Skip to content

Commit dc6f66f

Browse files
committed
Merge branch 'master' of github.com:lihaoyi/requests
2 parents f2a6d7f + ffadbdf commit dc6f66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ivy"com.lihaoyi::requests:0.1.2"
3838
And the following for an SBT build:
3939

4040
```scala
41-
import "com.lihaoyi" %% "requests" % "0.1.2"
41+
libraryDependencies += "com.lihaoyi" %% "requests" % "0.1.2"
4242
```
4343

4444
## Making a Request
@@ -489,7 +489,7 @@ common Scala HTTP clients:
489489
// Requests-Scala
490490
val r = requests.get(
491491
"https://api.github.com/search/repositories",
492-
params = Map("q" -> "http language:scala", "sort" -> None)
492+
params = Map("q" -> "http language:scala", "sort" -> "stars")
493493
)
494494
495495
r.text

0 commit comments

Comments
 (0)