From 30902d8ad9b02f26b0f3f225e8e315b328b1ead0 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 15 Apr 2024 14:25:07 -0400 Subject: [PATCH] Expand a paragraph in the README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e4b5ea09..b8dc3be3 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ Hyrule is a utility library for the `Hy `_ programming language. It can be thought of as the Hy equivalent, or addition, to Python's standard library. While intended primarily for Hy programs, its functions and classes can be used in Python as with any other Python library; just ``import hyrule``. Hyrule's macros, on the other hand, are only really usable in Hy. -All of Hyrule's contents can be imported or required directly from the top-level module ``hyrule``. +All of Hyrule's contents can be imported or required directly from the top-level module ``hyrule``, as in ``(require hyrule [branch])``. The specific submodule an object belongs to may not be stable between releases. `Hyrule's documentation can be read online on Hylang.org. `_