diff --git a/a/2009_optionsbar.html b/a/2009_optionsbar.html index f5a316e1..8dfcb2a4 100644 --- a/a/2009_optionsbar.html +++ b/a/2009_optionsbar.html @@ -91,7 +91,7 @@

Step 1: Adding Dependencies

To compile the project on any device, let's add a NuGet package to the .csproj project file as follows:

 <ItemGroup>
-    <PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/>
+  <PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/>
 </ItemGroup>
 
diff --git a/a/2009_optionsbar.md b/a/2009_optionsbar.md index acb854d2..72480e1a 100644 --- a/a/2009_optionsbar.md +++ b/a/2009_optionsbar.md @@ -101,7 +101,7 @@ To compile the project on any device, let's add a NuGet package to the `.csproj`
 <ItemGroup>
-    <PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/>
+  <PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/>
 </ItemGroup>