Skip to content

Commit cb909f9

Browse files
committed
update readme
1 parent 425adea commit cb909f9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The plugin comes with the following default configs:
4545
```lua
4646
{
4747
base_url = "https://carbon.now.sh/",
48-
open_cmd = "xdg-open",
4948
options = {
5049
bg = "gray",
5150
drop_shadow_blur = "68px",
@@ -95,13 +94,4 @@ But if you preferer a command, visual select the code you want to share and call
9594
## Generating snippets from github gists
9695

9796
```
98-
:CarbonNow GIST_ID
99-
```
100-
101-
## Changing default open in browser command
102-
103-
Example: Opening snippet in google-chrome
104-
105-
```lua
106-
require('carbon-now').setup({open_cmd = "google-chrome"})
107-
```
97+
:CarbonNow GIST_ID

0 commit comments

Comments
 (0)