Skip to content

Commit a0a74ed

Browse files
committed
typos
1 parent dd07567 commit a0a74ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# otc-api-sign-sdk-csharp
2-
SDK for API request signing for C#
2+
SDK for API request signing for C#.
33

44

55
> [!Note]

doc/source/installation/_index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ You must replace:
4444
4545
Add or update package reference in the project file using the .NET CLI:
4646

47+
(Replace *-* with the desired version number.)
48+
4749
.. code-block:: shell
4850
:caption: dotnet add package
4951
50-
dotnet add package OpenTelekomCloud.API.Signing.Core --version 0.0.0-alpha.0
52+
dotnet add package OpenTelekomCloud.API.Signing.Core --version *-*
5153
5254
Alternative add the package reference to your project file:
5355

0 commit comments

Comments
 (0)