Skip to content

Commit

Permalink
Fix package namespace (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam authored Sep 18, 2023
1 parent 6bee9a3 commit 7454828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
## Install
```xml
<ItemGroup>
<PackageReference Include="Apple.AppStoreConnect" Version="" />
<PackageReference Include="Apple.AppStoreConnect.DependencyInjection" Version="" />
<PackageReference Include="Aviationexam.Apple.AppStoreConnect" Version="" />
<PackageReference Include="Aviationexam.Apple.AppStoreConnect.DependencyInjection" Version="" />
</ItemGroup>
```

Expand All @@ -18,7 +18,7 @@
Add library to the dependency container

```cs
using Apple.AppStoreConnect.DependencyInjection;
using Aviationexam.Apple.AppStoreConnect.DependencyInjection;

IServiceCollection serviceCollection;

Expand Down

0 comments on commit 7454828

Please sign in to comment.