Skip to content

Commit 22c5480

Browse files
committed
Formatting of Readme
1 parent f3220ca commit 22c5480

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ To include the **AndDone's DotNet client library** in your project:
145145
```sh
146146
dotnet nuget add source --username {GH_USER} --password {GH_PAT} --store-password-in-clear-text --name githubanddone "https://nuget.pkg.github.com/AndDone-kit/index.json"
147147
```
148-
7. In your .csproj file, add a package reference to: ```<PackageReference Include="AndDoneSecureClientLibrary" Version="1.0.0" />```
148+
7. In your .csproj file, add a package reference to:
149+
```sh
150+
<PackageReference Include="AndDoneSecureClientLibrary" Version="1.0.0" />
151+
```
149152
150153
3. Within Visual Studio
151154
1. Open your solution in Visual Studio

0 commit comments

Comments
 (0)