From 6fc6a068eab8eb5c1748577f96c60b92f201c513 Mon Sep 17 00:00:00 2001 From: Walter Perdan Date: Sat, 25 Nov 2023 22:04:56 +0100 Subject: [PATCH] updated readme with OEF --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56732c12..dd6a1944 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,9 @@ or with yarn: yarn add @webarkit/ar-nft ``` -- Configuration data in an External .json file. +- Configuration data in an external .json file. + +- Filtering of the matrix with the **O**ne**E**uro**F**ilter. ## Format the code with Prettier We are using [Prettier](https://prettier.io/) as code formatter. You only need to run `yarn format` to write the formatted code with Prettier. If you want to check if the code is well formatted run instead: `yarn format-check`