We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0673d commit e4aa7c3Copy full SHA for e4aa7c3
data/temporal_example/README.md
@@ -22,7 +22,7 @@ Follow these steps to run this example:
22
6. Setup a virtual env: `python3 -m venv env`, then `source env/bin/activate`.
23
7. Install dependencies: `pip install authzed temporalio psycopg`
24
8. Setup the Postgres DB and SpiceDB: `python run_migrations.py`
25
-9. Start the temporal Worker: `python run_worker.py`
+9. Start the Temporal Worker: `python run_worker.py`
26
27
### Experiencing temporal
28
10. Run the Temporal workflow (worker should still be running while you are doing this): `python run_workflow.py --author bob --post some_post`
0 commit comments