remove security warning from docs and fix list (#178)

This commit is contained in:
Gustavo Gonzalez
2024-05-02 06:51:20 -04:00
committed by GitHub
parent a70837d642
commit 5485024a9a
2 changed files with 5 additions and 6 deletions
-2
View File
@@ -5,8 +5,6 @@
A collection of runtimes that describe parachains with different purposes.
IMPORTANT: This repo contains code in its early stages. Please be aware that it may change rapidly and is not yet audited.
== Quick start
* Begin by visiting our link:https://github.com/OpenZeppelin/polkadot-runtime-template[repository]. You can fork it, use it as a template, or simply clone it to your local directory.
@@ -16,10 +16,11 @@ We designed this template to be generic, so that it can be used as a starting po
and we aim to base our future templates off of this one.
To demystify the hard concepts, we provided a documentation, in which you can find:
* explanation of the pallets that are used in this template (purpose, terminology, configuration, dispatchables, etc.),
* general guides regarding this template,
* runtime related guides,
* and miscellaneous topics.
* Explanation of the pallets that are used in this template (purpose, terminology, configuration, dispatchables, etc.).
* General guides regarding this template.
* Runtime related guides.
* And miscellaneous topics.
== Configuration