From 79818a8adfb7eada860129da4c6a965109bf3ae9 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Wed, 12 Jan 2022 21:47:16 +0100
Subject: [PATCH] doc: types definition is no longer necessary

---
 README.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/README.md b/README.md
index c05a494a8..01d32b7f6 100644
--- a/README.md
+++ b/README.md
@@ -62,10 +62,6 @@ RUST_LOG=debug RUST_BACKTRACE=1 ./target/debug/duniter -lruntime=debug --dev
 Once the node template is running locally, you can connect it with **Polkadot-JS Apps** front-end
 to interact with your chain. [Click here](https://polkadot.js.org/apps/#/explorer?rpc=ws://localhost:9944) connecting the Apps to your local node template.
 
-CAUTION: In order for **Polkadot-JS Apps** to be able to fully understand the interface exposed by the node, you must import the types defined in the file `types-bundle/types_definition.json`:
-
-![js-app-custom-types](./images/js-app-custom-types.png)
-
 ## Multi-Node Local Testnet
 
 If you want to see the multi-node consensus algorithm in action, refer to
-- 
GitLab