Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Sep 20, 2023
1 parent 51ea54b commit 3caa535
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 @@ -5,7 +5,7 @@
<div align="center">
<p><strong>Create beautiful code snippets directly from your neovim terminal</strong></p>
<img src="https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua" />
<img src="https://img.shields.io/github/actions/workflow/status/ellisonleao/carbon-now.nvim/default.yml?style=for-the-badge" />
<img src="https://img.shields.io/github/actions/workflow/status/ellisonleao/carbon-now.nvim/lint-test.yml?style=for-the-badge" />
</div>

## Requirements
Expand Down Expand Up @@ -102,4 +102,4 @@ Example: Opening snippet in google-chrome

```lua
require('carbon-now').setup({open_cmd = "google-chrome"})
```
```

0 comments on commit 3caa535

Please sign in to comment.