From 7f9a745c5904064090d784c6ff1a068bcecfddd1 Mon Sep 17 00:00:00 2001 From: Smarpit Singh Date: Thu, 10 Aug 2023 01:29:58 +0530 Subject: [PATCH] Update README.md (#1353) typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1495599..6f0f11a91 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Method | Ease of use | description ------------- | ------------- |----------------------------------------------------------------------------------------------------------------- | ------------------- | Payment sheet | Easy | Our recommended way of handling payments. It offers localization, animations and error handling out of the box. | [docs](https://docs.page/flutter-stripe/flutter_stripe/sheet) | Cardfield | Medium | Single line cardfield. Offers more flexibility but has less built-in functionality. | [docs](https://docs.page/flutter-stripe/flutter_stripe/card_field) | -Card form | Medium | Simular as the cardfield but the entry fields are spread across multi lines | [docs](https://docs.page/flutter-stripe/flutter_stripe/card_field) | +Card form | Medium | Similar as the cardfield but the entry fields are spread across multi lines | [docs](https://docs.page/flutter-stripe/flutter_stripe/card_field) | ### Financial connections