Skip to content

Commit

Permalink
Add missing colon to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Jan 30, 2016
1 parent 76b2b1f commit 03d3652
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 @@ -7,7 +7,7 @@ A simple command extension for [Visual Studio Code](https://code.visualstudio.co
This provides the same useful formats as _Create GUID_ that ships with Visual Studio, but without specific language syntaxes for some formats and without unwanted line feeds. Currently, formats supported include:

* String: `11d4dc2e-375a-4b89-9ad4-aa30105385aa`
* Registry `{11d4dc2e-375a-4b89-9ad4-aa30105385aa}`
* Registry: `{11d4dc2e-375a-4b89-9ad4-aa30105385aa}`
* C structure: `static const struct GUID __NAME__ = {0x11d4dc2e, 0x375a, 0x4b89, {0x9a, 0xd4, 0xaa, 0x30, 0x10, 0x53, 0x85, 0xaa}};`
* C macro: `DEFINE_GUID(__NAME__, {x11d4dc2e, 0x375a, 0x4b89, 0x9a, 0xd4, 0xaa, 0x30, 0x10, 0x53, 0x85, 0xaa);`

Expand Down Expand Up @@ -38,4 +38,4 @@ Whenever you want to insert a new GUID at the cursor or replace the currently se

## License

The extension and source are licensed under the [MIT license](LICENSE.txt).
The extension and source are licensed under the [MIT license](LICENSE.txt).

0 comments on commit 03d3652

Please sign in to comment.