We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fc2c3 commit 654c673Copy full SHA for 654c673
README.md
@@ -18,6 +18,8 @@ Or add the following to your `.nimble` file:
18
requires "pledge >= 1.1.0"
19
```
20
21
+## [Documentation](https://htmlpreview.github.io/?https://github.com/euantorano/pledge.nim/blob/master/docs/pledge.html)
22
+
23
## Usage
24
25
```nim
tests/main.nim
@@ -11,4 +11,4 @@ suite "pledge tests":
11
pledge(Promise.Stdio)
12
13
expect OSError:
14
- pledge(Promise.Stdio, Promise.Rpath) == false
+ pledge(Promise.Stdio, Promise.Rpath)
0 commit comments