Skip to content

Commit 8dc6905

Browse files
author
László Vaskó
committed
README: fix capitalisation
1 parent cc87d69 commit 8dc6905

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# openconnect-sso
2-
Wrapper script for openconnect supporting Azure AD (SAMLv2) authentication
2+
Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication

openconnect_sso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__version__ = "0.1.0"
22
__description__ = (
3-
"Wrapper script for openconnect supporting Azure AD (SAMLv2) authentication"
3+
"Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
44
)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "openconnect-sso"
33
version = "0.1.0"
4-
description = "Wrapper script for openconnect supporting Azure AD (SAMLv2) authentication"
4+
description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
55
authors = ["László Vaskó <[email protected]>"]
66
readme = "README.md"
77

0 commit comments

Comments
 (0)