From bb3861f436475f084e4fe117faed05777636de79 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 20 Feb 2023 18:12:46 -0800 Subject: [PATCH] Update README --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fb98893..716ca2b 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ require('guid').setup({ These options are: -* `comma_space` \ - Specifies if commas should be followed by spaces in GUIDs formatted with the `x` and `X` specifiers. +#### `comma_space` +Specifies if commas should be followed by spaces in GUIDs formatted with the `x` and `X` specifiers. -* `default_style` \ - Specifies which format to use if one is not provided for `GuidInsert` and `GuidFormat` commands. +#### `default_style` +Specifies which format to use if one is not provided for `GuidInsert` and `GuidFormat` commands. -* `object-char` \ - Specifies which character should be used for the GUID text object. +#### `object_char` +Specifies which character should be used for the GUID text object. ## GUID Formatting @@ -52,14 +52,14 @@ GUID text representation. The case of the format specifier determines whether lo ## GUID Commands -* `GuidInsert [format]` \ - Inserts a GUID at the cursor position using the default or provided format. +#### `GuidInsert [format]` +Inserts a GUID at the cursor position using the default or provided format. -* `GuidFormat [format]` \ - Formats the GUID at the cursor position using the default or provided format. +#### `GuidFormat [format]` +Formats the GUID at the cursor position using the default or provided format. -* `GuidObject` \ - Selects the GUID at the cursor position (useful for text objects). +#### `GuidObject` +Selects the GUID at the cursor position (useful for text objects). ## GUID Text Object