Skip to content

Commit a890a14

Browse files
committed
docs(README): move stable internet connection note
- Move the note about stable internet connection from the module structure section to the pre-commit installation section - Remove redundant note from the module structure section
1 parent 27ea9db commit a890a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,9 @@ We suggest installing [pre-commit][] hooks:
861861
pre-commit install
862862
```
863863
864+
> ℹ️ **Note:** \
865+
> Ensure that you have a stable internet connection during the installation process to avoid interruptions.
866+
864867
### Module structure
865868
866869
```mermaid
@@ -1020,9 +1023,6 @@ classDiagram
10201023
AbstractPolicy --> CallableProxyType : weak reference
10211024
```
10221025
1023-
> ℹ️ **Note:** \
1024-
> Ensure that you have a stable internet connection during the installation process to avoid interruptions.
1025-
10261026
[redis]: https://redis.io/ "Redis is an in-memory data store used by millions of developers as a cache"
10271027
[redis-py]: https://redis.io/docs/develop/clients/redis-py/ "Connect your Python application to a Redis database"
10281028

0 commit comments

Comments
 (0)