Skip to content

Commit c3e75ec

Browse files
committed
update quickstart vid
1 parent b69cc80 commit c3e75ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Example:
4545
4646
### Quickstart
4747

48+
<p align="center">
49+
<video src="https://github.com/user-attachments/assets/1b239ba2-45fd-4098-96c0-6d8f97e5e66b" width="760" controls autoplay loop muted>
50+
Video not supported? [Watch the demo on YouTube](https://youtu.be/s4Xe_2pXcSQ)
51+
</video>
52+
</p>
53+
4854
### Parameters
4955

5056
- Defined as typed inputs (see [`Parameter`](https://github.com/VectorlyApp/bluebox/blob/main/src/data_models/production_routine.py) class).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "bluebox-sdk"
9-
version = "1.3"
9+
version = "1.3.1"
1010
description = "SDK for reverse engineering web apps"
1111
readme = "README.md"
1212
requires-python = ">=3.12.3,<3.13"

0 commit comments

Comments
 (0)