Skip to content

Commit 789f46c

Browse files
committed
Minor docs fixes
1 parent 2f9be01 commit 789f46c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# <img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/svg/reactpy-logo-square.svg" align="left" height="45"/> ReactPy Router
22

33
<p>
4-
<a href="https://github.com/reactive-python/reactpy-router/actions?query=workflow%3ATest">
5-
<img src="https://github.com/reactive-python/reactpy-router/workflows/Test/badge.svg?event=push">
4+
<a href="https://github.com/reactive-python/reactpy-router/actions/workflows/test-src.yaml">
5+
<img src="https://github.com/reactive-python/reactpy-router/actions/workflows/test-src.yaml/badge.svg">
66
</a>
77
<a href="https://pypi.python.org/pypi/reactpy-router">
88
<img src="https://img.shields.io/pypi/v/reactpy-router.svg?label=PyPI">

docs/src/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Run the following command to install [`reactpy-router`](https://pypi.org/project
66
pip install reactpy-router
77
```
88

9-
## Done!
9+
## Quick Start
1010

11-
You're now ready to start building your own ReactPy applications with URL routing.
11+
You're now ready to start building your own ReactPy applications with URL routing. For example...
12+
13+
=== "components.py"
14+
15+
```python
16+
{% include "../examples/python/basic-routing.py" %}
17+
```

docs/src/learn/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you'll learn the various features of `reactpy-router` and how to use them.
66

77
!!! abstract "Note"
88

9-
These docs assume you already know the basics of [ReacPy](https://reactpy.dev).
9+
These docs assume you already know the basics of [ReactPy](https://reactpy.dev).
1010

1111
---
1212

0 commit comments

Comments
 (0)