From 66b778077e91d2be488d5b794a03d8e18c390cb7 Mon Sep 17 00:00:00 2001 From: KG Date: Tue, 7 May 2024 22:11:07 +0530 Subject: [PATCH] Updated OFT guide in README (#597) --- README.md | 2 +- examples/oft/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b1b0f3de..3d1291977 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Following this, you will be guided through setting up a project template. Choose ## Writing Smart Contracts -Our example project offers templates for both the Omnichain Application (OApp) and Omnichain Fungible Token (OFT) contracts. Select the template that suits your project: +Our example project offers templates for both the Omnichain Application (OApp) and Omnichain Fungible Token (OFT) contracts. Select the template that suits your project: ## Writing Unit Tests diff --git a/examples/oft/README.md b/examples/oft/README.md index 6a13df3c6..d5c94e586 100644 --- a/examples/oft/README.md +++ b/examples/oft/README.md @@ -11,7 +11,7 @@

OFT Example

- Quickstart | Configuration | Message Execution Options | Endpoint Addresses + Quickstart | Configuration | Message Execution Options | Endpoint Addresses

Template project for getting started with LayerZero's OFT contract development.