Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Updated Readme to link to Wiki

Signed-off-by: Laura Burns <139263704+Laurabee530@users.noreply.github.com>

[skip ci]
  • Loading branch information
Laurabee530 authored and nozzlegear committed Jan 18, 2024
1 parent 9ec902c commit 1f50994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ShopifySharp is [available on NuGet](https://www.nuget.org/packages/ShopifySharp

| Package | Installation | Documentation |
|---------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| [ShopifySharp](https://www.nuget.org/packages/ShopifySharp) | `dotnet add package shopifysharp` | [Click here.](#using-shopifysharp-with-a-public-shopify-app) New documentation coming soon! |
| [ShopifySharp](https://www.nuget.org/packages/ShopifySharp) | `dotnet add package shopifysharp` | [Click here.](https://github.com/nozzlegear/ShopifySharp/wiki) |
| [ShopifySharp.Extensions.DependencyInjection](https://www.nuget.org/packages/ShopifySharp.Extensions.DependencyInjection) | `dotnet add package shopifysharp.extensions.dependencyinjection` | [Click here.](./ShopifySharp.Extensions.DependencyInjection/README.md) |

# Shopify API version support
Expand Down Expand Up @@ -65,8 +65,9 @@ Check the [package's documentation](./ShopifySharp.Extensions.DependencyInjectio

I first started working on ShopifySharp because .NET developers need a fully-featured library for interacting with Shopify and building Shopify apps, which didn't exist several years ago. My goal is to eventually reach 100% compatibility with the Shopify REST API, but, with that said, Shopify is constantly adding new APIs and altering old ones. I try my best to keep up with them, but I tend to prioritize the support of new APIs by how much I need them in my own Shopify apps.

# Documentation


Click the link here to be brought to all of the documentation: [ShopifySharp Wiki](https://github.com/nozzlegear/ShopifySharp/wiki)

# Contributing to ShopifySharp

Expand Down

0 comments on commit 1f50994

Please sign in to comment.