Skip to content

Commit 7b41a5a

Browse files
authored
Update documentation while testing the example (#18)
Signed-off-by: tpmccallum [email protected] Signed-off-by: Timothy McCallum <[email protected]>
1 parent 3589866 commit 7b41a5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guest-python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
```bash
66
python3 -m venv venv
7-
source activate venv/bin/activate
7+
source venv/bin/activate
88
pip3 install -r requirements.txt
99
```
1010

1111
To generate bindings to use with intellisense
1212

1313
```bash
1414
componentize-py -d ../cron.wit -w spin-cron bindings bindings
15-
mv binding/spin_cron ./
15+
mv bindings/spin_cron ./
1616
rm -r bindings
1717
```
1818

@@ -23,4 +23,4 @@ rm -r bindings
2323
$ spin up --build
2424
[1710200677] Hello every 2s
2525
[1710200679] Hello every 2s
26-
```
26+
```

0 commit comments

Comments
 (0)