diff --git a/docs/index.md b/docs/index.md index 9ead359..34da418 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,8 +8,8 @@ Welcome to the `glaze` documentation, and happy baking! ## How to read this documentation -**I have some algorithmically-generated glyphs, and want to render them.** Check -out the [quickstart](https://font-bakers.github.io/glaze/quickstart/) for +**I have algorithmically-generated glyphs, and want to render them.** Check out +the [quickstart](https://font-bakers.github.io/glaze/quickstart/) for installation and usage instructions. **I want to contribute to `glaze`.** Check out the [contributing diff --git a/docs/quickstart.md b/docs/quickstart.md index 7fadb4f..6c5467b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -41,8 +41,8 @@ things of any practical value are the `render` and `read_json` functions). glaze --input PATH/TO/INPUT ``` -`--input` is a `.json` file (such as those produced by `knead`), or a directory -containing such `.json` files. +`--input` must be a `.json` file (such as those produced by `knead`), or a +directory containing such `.json` files. For more information on optional flags, refer to [the section below](#optional-flags). diff --git a/glaze/__init__.py b/glaze/__init__.py index 37fc51c..3b859e4 100644 --- a/glaze/__init__.py +++ b/glaze/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" from .render import render from .utils import read_json