Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joseffffff committed Jun 23, 2024
1 parent 6fd68e1 commit 54bfb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install google-spreadsheets-orm

## Quickstart

Here's a quick example of an instantiation using `CustomerModel` interface as type for the `customers` sheet rows.
Here's a quick example using `CustomerModel` interface as type for the `customers` sheet rows.

The example is using `GoogleAuth` from [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs)
as authentication, but any other auth option from the auth library is available to use, more info on the
Expand Down

0 comments on commit 54bfb82

Please sign in to comment.