From b3cf9d362c0a1b4d5b632bfb13fc33331e7cc0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Mon, 18 Mar 2024 16:21:39 +0100 Subject: [PATCH] typo --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 45512df..bf236e3 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This repo contains the following main components: -| Crate | Description | -| ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | -| [**saleor-app-sdk**](https://crates.io/crates/sdk) | Types and utilities for making Saleor Apps | -| [**saleor-app-template**](https://github.com/djkato/saleor-apps-rs/tree/master/app-template) | Simple template for making Saleor apps using axum | -| [**saleor-app-sitemap**](https://github.com/djkato/saleor-apps-rs/tree/master/sitemap-generator) | Saleor App for keeping sitemap.xml uptodate | -| [**saleor-app-sitemap**](https://github.com/djkato/saleor-apps-rs/tree/master/simple-payment-gateway) | Saleor App that adds payment methods: Cash on delivery, Cash on warehouse pickup, bank tranfer etc. | +| Crate | Description | +| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | +| [**saleor-app-sdk**](https://crates.io/crates/sdk) | Types and utilities for making Saleor Apps | +| [**saleor-app-template**](https://github.com/djkato/saleor-apps-rs/tree/master/app-template) | Simple template for making Saleor apps using axum | +| [**saleor-app-sitemap**](https://github.com/djkato/saleor-apps-rs/tree/master/sitemap-generator) | Saleor App for keeping sitemap.xml uptodate | +| [**saleor-app-simple-payment-gateway**](https://github.com/djkato/saleor-apps-rs/tree/master/simple-payment-gateway) | Saleor App that adds payment methods: Cash on delivery, Cash on warehouse pickup, bank tranfer etc. | # Using the apps