Skip to content

Commit 654c673

Browse files
committed
Adding docs to readme.
Signed-off-by: Euan Torano <[email protected]>
1 parent b2fc2c3 commit 654c673

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Or add the following to your `.nimble` file:
1818
requires "pledge >= 1.1.0"
1919
```
2020

21+
## [Documentation](https://htmlpreview.github.io/?https://github.com/euantorano/pledge.nim/blob/master/docs/pledge.html)
22+
2123
## Usage
2224

2325
```nim

tests/main.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ suite "pledge tests":
1111
pledge(Promise.Stdio)
1212

1313
expect OSError:
14-
pledge(Promise.Stdio, Promise.Rpath) == false
14+
pledge(Promise.Stdio, Promise.Rpath)

0 commit comments

Comments
 (0)