From 4b046c29a8b85b3e2886d6a349f42792cd0074a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pietrus?= Date: Tue, 30 Jul 2024 18:53:00 +0200 Subject: [PATCH] chore: Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c02c8943..50155970 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # OCA Rust -Collection of libraries and tools related with Overlays Capture Architecture (OCA) build in Rust +Collection of libraries and tools related to Overlays Capture Architecture (OCA) built in Rust + +## What is OCA + +See the docs page https://oca.colossi.network/ ## Usage @@ -43,7 +47,7 @@ oca_facade.get_oca_bundle_ocafile(oca_bundle_said)?; ### oca-ast -OCA AST lib allowing to generate and work with OCA bundle AST +OCA AST lib allows to generate and work with OCA bundle AST ### ocafile @@ -51,4 +55,4 @@ Lib and bin tool to deal with OCAFILE, parsing and creating ocafile ### oca-bundle -Library allowing to build oca bundle \ No newline at end of file +A library allowing to build OCA bundle