Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
fix example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed May 10, 2018
1 parent 89de0ee commit 7c52537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ And then execute:

```ruby
querynaut = TodoistQuerynaut::Client.new(Todoist::Client.new("your_api_token"))
result = @client.run("(overdue | today) & #work")
result = querynaut.run("(overdue | today) & #work")
```

## Contributing
Expand Down

0 comments on commit 7c52537

Please sign in to comment.