From 2a0cb267ba4975abf596ff62d84a95211c883249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elijas=20Dap=C5=A1auskas?= <4084885+Elijas@users.noreply.github.com> Date: Tue, 28 May 2024 22:26:19 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55580ea..9cc3bb4 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,8 @@ pip install sec-ai To ensure your code remains functional even when we change the internal structure of `sec-parser`, it's recommended to avoid deep imports. Here is an example of a deep import (not recommended): -> [!CAUTION] > `from sec_parser.semantic_tree.internal_utils.core import SomeInternalClass` +> [!CAUTION] +> > `from sec_parser.semantic_tree.internal_utils.core import SomeInternalClass` Instead, use the suggested ways to import modules from `sec-parser`: