Skip to content

Commit 10fedcd

Browse files
author
Muhammad Ikhsan
committed
doc: tidy up
1 parent 410c9cf commit 10fedcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Look up rows in a sheet by a specific value on column(s).
3737
data, err := steinClient.Get("sheet1", gostein.SearchParams{
3838
Limit: 10,
3939
Conditions: map[string]string{
40-
"column_1": "value_column_1",
41-
"column_2": "value_column_2",
42-
}
40+
"column_1": "value_column_1",
41+
"column_2": "value_column_2",
42+
}
4343
})
4444
...
4545
```

0 commit comments

Comments
 (0)