From 3132574062ad6eaa8a1d80da4e351bd5708b5239 Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Tue, 28 May 2024 11:14:11 +0200 Subject: [PATCH] Update README.md (#204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the readme file with relevant links and fix typos Co-authored-by: Özgün Özerk --- README.md | 6 ++++-- docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e392b3a..28ffec5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # OpenZeppelin Runtime Templates for Substrate -Substrate has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin is providing runtime templates that can be used to quickly bootstrap a Substrate project. +[Polkadot SDK](https://github.com/paritytech/polkadot-sdk) has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin is providing runtime templates that can be used to quickly bootstrap a [Substrate](https://github.com/paritytech/polkadot-sdk/tree/master/substrate) project using Polkadot SDK. Along with the templates, OpenZeppelin also provides a [documentation website](https://docs.openzeppelin.com/substrate-runtimes) that explains the templates and the details. + ## About this repository and templates This repository contains all of our templates. Each template has its own sub-directory, is completely standalone, and can be used independently. @@ -29,7 +30,8 @@ This template has evm compatibility out of the box. You can migrate your solidit ### How to use -Please refer to our docs for a `quick start` [guide](https://docs.openzeppelin.com/substrate-runtimes/): +Please refer to our docs for a `quick start` [guide](https://docs.openzeppelin.com/substrate-runtimes/). + ## Security diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 0b81288..3d03f1b 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,7 +1,7 @@ :source-highlighter: highlight.js :highlightjs-languages: bash -= Substrate Parachain Runtimes += Polkadot Parachain Runtimes A collection of runtimes that describe parachains with different purposes.