Skip to content

Commit

Permalink
docs: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira authored Apr 9, 2023
1 parent e92d565 commit bedf132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A CLI to generate short snippets using OpenAI LLM (See also: [snipgpt.nvim](http
Common usages:

- CLIs: Looking for a snippet to use curl and send json data
- CSS: I know a given selector/property exist I forgot the syntax and arguments
- CSS: I know a given selector/property exists, but I forgot the syntax and arguments
- BASH: Sometimes I like to create small bash scripts, but I forget every single time how to do simple things like
check if a variable is empty, loop throw lists.
check if a variable is empty or loop through lists, because of the bash's odd syntax.
- ETC: Any case where I know what I want to do but the syntax is on the way :)

### Demo
Expand Down

0 comments on commit bedf132

Please sign in to comment.