Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 899bb64

Browse files
author
William McLendon
committed
DOC: Cleaning up README.md
1 parent 0965ecf commit 899bb64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ SetProgramOptions Examples
112112

113113
### Example 1
114114

115-
#### [example-01.ini](examples/example-01.ini)
115+
#### [example-01.ini][8]
116116
```ini
117117
[BASH_VERSION]
118118
opt-set bash
@@ -133,7 +133,7 @@ use LS_LIST_TIME_REVERSED
133133
use LS_CUSTOM_TIME_STYLE
134134
```
135135

136-
#### [example-01.py](examples/example-01.py)
136+
#### [example-01.py][9]
137137

138138
```python
139139
#!/usr/bin/env python3
@@ -456,3 +456,5 @@ Done
456456
[5]: https://pypi.org/project/configparserenhanced/
457457
[6]: https://www.cmake.org/
458458
[7]: https://configparserenhanced.readthedocs.io/
459+
[8]: https://github.com/sandialabs/SetProgramOptions/blob/master/examples/example-01.ini
460+
[9]: https://github.com/sandialabs/SetProgramOptions/blob/master/examples/example-01.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "setprogramoptions"
33
description = "Program options configuration file reader using ConfigParserEnhanced."
4-
version = "0.5.0a2"
4+
version = "0.5.0a3"
55
license = "LICENSE"
66
readme = "README.md"
77
keywords = [

0 commit comments

Comments
 (0)