diff --git a/docs/readme.md b/docs/readme.md index 686572b5..8a1485ac 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -20,13 +20,15 @@ to dictionaries and lists of dictionaries. https://github.com/kellyjonbrazil/jc/tree/master/docs -### Specific version (replace `{{full_version_number}}` - e.g. `1.17.7`): +### Specific Version + +Replace `{{full_version_number}}` - e.g. `1.17.7`: `https://github.com/kellyjonbrazil/jc/tree/v{{full_version_number}}/docs` Specific versions can also be selected by tag in the branch dropdown menu. -## Example: +## Usage Example: >>> import subprocess >>> import jc diff --git a/jc/__init__.py b/jc/__init__.py index 5b5892da..40fb0817 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -18,13 +18,15 @@ to dictionaries and lists of dictionaries. https://github.com/kellyjonbrazil/jc/tree/master/docs -### Specific version (replace `{{full_version_number}}` - e.g. `1.17.7`): +### Specific Version + +Replace `{{full_version_number}}` - e.g. `1.17.7`: `https://github.com/kellyjonbrazil/jc/tree/v{{full_version_number}}/docs` Specific versions can also be selected by tag in the branch dropdown menu. -## Example: +## Usage Example: >>> import subprocess >>> import jc