Skip to content

Commit ac016a7

Browse files
committed
docs: Remove Shopify integration example from README
1 parent 1b16a51 commit ac016a7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,6 @@ var connection = SQLiteConnectionFactory.CreateConnection(
108108
// Use with your preferred ORM or raw SQL
109109
```
110110

111-
### Shopify Integration
112-
113-
```csharp
114-
using BAUERGROUP.Shared.API.Shopify;
115-
116-
var client = new ShopifyClient(
117-
shopUrl: "mystore.myshopify.com",
118-
accessToken: "your-access-token"
119-
);
120-
121-
var orders = await client.GetOrdersAsync();
122-
```
123-
124111
### Embedded Browser (WPF)
125112

126113
```csharp

0 commit comments

Comments
 (0)