Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroJayat committed Dec 27, 2023
1 parent 2f3387f commit 8dca00d
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 @@ -130,7 +130,7 @@ To avoid unexpected errors, if you are providing a string directly into the shel
# this will work
mongoToSql "db.users.find({age: { \$gte: 25 }, name: 'smith' })"
# this will interpret 'gre' as an env and will try to interpolate its value
# this will interpret 'gte' as an env and will try to interpolate its value
mongoToSql "db.users.find({age: { $gte: 25 }, name: 'smith' })"
```

Expand Down

0 comments on commit 8dca00d

Please sign in to comment.