Skip to content

Commit d4fecb5

Browse files
authored
Rename project from leeward to isolex
Updated project name from 'leeward' to 'isolex' in README.
1 parent bfbbfef commit d4fecb5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# leeward
1+
# isolex
22

33
Linux-native sandbox for running untrusted code with ~0.5ms latency.
44

55
## Usage
66

77
```python
8-
from leeward import Leeward
8+
from isolex import isolex
99

10-
with Leeward() as sandbox:
10+
with Isolex() as sandbox:
1111
result = sandbox.execute("print('Hello, World!')")
1212
print(result.stdout) # "Hello, World!"
1313
```
@@ -33,4 +33,4 @@ with Leeward() as sandbox:
3333

3434
## License
3535

36-
Apache-2.0
36+
Apache-2.0

0 commit comments

Comments
 (0)