Skip to content

Commit 9b59da6

Browse files
authored
Capitalize proper noun in README (#174)
In this context, 'Go' is the name of a programming language. Thus, it is a proper noun, and such are typically capitalized in English. Further, [the language's maintainers](https://go.dev/) capitalize it.
1 parent f1c0b5c commit 9b59da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo contains command line tools and go packages for working with Microsoft
44

55
## Sqlcmd
66

7-
The `sqlcmd` project aims to be a complete port of the native sqlcmd to the `go` language, utilizing the [go-mssqldb](https://github.com/microsoft/go-mssqldb) driver. For full documentation of the tool and installation instructions, see https://docs.microsoft.com/sql/tools/go-sqlcmd-utility
7+
The `sqlcmd` project aims to be a complete port of the native sqlcmd to the `Go` language, utilizing the [go-mssqldb](https://github.com/microsoft/go-mssqldb) driver. For full documentation of the tool and installation instructions, see https://docs.microsoft.com/sql/tools/go-sqlcmd-utility
88

99
### Breaking changes
1010

0 commit comments

Comments
 (0)