We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11d6d22 + a485520 commit 805e191Copy full SHA for 805e191
1 file changed
README.md
@@ -2,3 +2,10 @@
2
3
ShopifyNet is a .NET library which enables you to interact with the Shopify GraphQL API using C# and .NET.
4
All classes are accessible within the `ShopifyNet.AdminTypes` namespace.
5
+
6
+## Installation
7
8
+To install ShopifyNet, run the following command in your .NET project:
9
10
+```bash
11
+dotnet add package ShopifyNet
0 commit comments