Gleam Library for the Rocksky API

update README

Changed files
+2 -2
+2 -2
README.md
··· 10 10 gleam add rocksky@1 11 11 ``` 12 12 ```gleam 13 - import gleam/option.{None, Some} 13 + import gleam/option.{Some} 14 14 import rocksky/client/base 15 15 import rocksky/resources/scrobbles 16 16 17 17 pub fn main() { 18 - let client = base.new(None, None) 18 + let client = base.new() 19 19 20 20 scrobbles.new(client) 21 21 |> scrobbles.get_scrobbles(Some("tsiry-sandratraina.com"))