Skip to content

Commit

Permalink
Expand a paragraph in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Apr 17, 2024
1 parent 4fd1f0f commit 30902d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hyrule is a utility library for the `Hy <http://hylang.org>`_ 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. <http://hylang.org/hyrule/doc>`_

Expand Down

0 comments on commit 30902d8

Please sign in to comment.