Skip to content

Commit 8b7df8a

Browse files
committed
docs: minor README fix
1 parent 30ee474 commit 8b7df8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ puts response.body
103103
If you need to scrape any website built with Javascript like React, Angular, Vue, etc. You just need to pass your javascript token and use the same calls. Note that only `.get` is available for javascript and not `.post`.
104104

105105
```ruby
106-
api = Crawlbase::API.new(token: 'YOUR_JAVASCRIPT_TOKEN' })
106+
api = Crawlbase::API.new(token: 'YOUR_JAVASCRIPT_TOKEN')
107107
```
108108

109109
```ruby

0 commit comments

Comments
 (0)