diff --git a/code-recipes/README.md b/code-recipes/README.md index 984fa6a2..e674ab2e 100644 --- a/code-recipes/README.md +++ b/code-recipes/README.md @@ -6,6 +6,6 @@ Code recipes provides easy to read sample code for common use cases of Amazon Se | API | Use Case | Java | PHP | | --- | -------- |----------------------------------------------------------------|----------------------------------------------------| | AWD | Inbound Shipment Creation | [Link](java/src/main/java/awd/InboundOrderCreationRecipe.java) | [Link](php/src/awd/InboundOrderCreationRecipe.php) | -| A+ Content API | Submit an Image to A + Content | [Link](java/src/main/java/aplus/UploadImageForResouceRecipe.java) | - | +| A+ Content API | Submit an Image to A + Content | [Link](java/src/main/java/aplus/UploadImageForResourceRecipe.java) | - | | Messaging API | Submit an Invoice to Buyer | [Link](java/src/main/java/messaging/SendInvoiceToBuyerRecipe.java) | - | -| Orders | B2B Delivery Experience | [Link](java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java) | [Link](php/src/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.php) | \ No newline at end of file +| Orders | B2B Delivery Experience | [Link](java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java) | [Link](php/src/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.php) |