Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit b6aec62

Browse files
authored
fix example requirements (#105)
1 parent 8f61317 commit b6aec62

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Using typesystem for a simple Web submission page.
6262

6363
```
6464
aiofiles # Static files support
65-
boostrap4 # Form templates & static files
65+
bootstrap4 # Form templates & static files
6666
jinja2 # Form rendering
6767
python-multipart # Form parsing
6868
starlette

examples/form/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles # Static files support
2-
boostrap4 # Form templates & static files
2+
bootstrap4 # Form templates & static files
33
jinja2 # Form rendering
44
python-multipart # Form parsing
55
starlette

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22

3-
VERSION_FILE="starlette/__init__.py"
3+
VERSION_FILE="typesystem/__init__.py"
44

55
if [ -d 'venv' ] ; then
66
PREFIX="venv/bin/"

0 commit comments

Comments
 (0)