@@ -42,7 +42,7 @@ Available endpoints:
4242 * Requires valid branch reference in payload
4343 * Requires auth token
4444 * Protected by distributed locking
45- * Example payload: ` {"ref": "refs/heads/views "} `
45+ * Example payload: ` {"ref": "refs/heads/main "} `
4646
4747* ` GET /cacheHash.json `
4848 * Returns current git hash of the data store
@@ -58,7 +58,7 @@ Available endpoints:
5858 * ` npm install -g markdownlint-cli2 `
5959* A virtual environment
6060* Install requirements.txt inside the virtual environment
61- * The ` addon-datastore ` repository checked out locally to a views branch .
61+ * The ` addonstore-views ` repository checked out locally.
6262
6363### Testing Local Changes
6464
@@ -80,7 +80,7 @@ From the virtual environment
8080
8181``` sh
8282FLASK_APP=app PYTHONPATH=./src TEMP=/tmp/ \
83- dataViewsFolder=../../addon-datastore branchRef=views \
83+ dataViewsFolder=../../addon-datastore branchRef=main \
8484COPYRIGHT_YEARS=2026 LOG_LEVEL=DEBUG \
8585flask run
8686```
@@ -91,9 +91,9 @@ Required environment variables:
9191
9292* ` PYTHONPATH ` : path to ` src `
9393* ` TEMP ` : path to an existing folder to create temporary locks
94- * ` dataViewsFolder ` : path to where your repository of ` addon-datastore ` is checked out locally
95- * ` branchRef ` : Git branch to track for ` addon-datastore `
96- * views-staging/views
94+ * ` dataViewsFolder ` : path to where your repository of ` addonstore-views ` is checked out locally
95+ * ` branchRef ` : Git branch to track for ` addonstore-views `
96+ * Default is ` refs/heads/main `
9797* ` COPYRIGHT_YEARS ` : String of years displayed on web front-end for add-on store
9898 * e.g. 2025-2026
9999
@@ -117,5 +117,5 @@ Test the following scenarios:
117117 * Invalid NVDA API version should return appropriate error
118118
1191193 . Update Endpoint:
120- * Valid branch update (e.g., ` {"ref": "refs/heads/views "} ` )
120+ * Valid branch update (e.g., ` {"ref": "refs/heads/main "} ` )
121121 * Invalid branch reference should be rejected
0 commit comments