Skip to content

Commit 92e6c5b

Browse files
committed
chore: update readme
1 parent 9dfc100 commit 92e6c5b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: '3.12'
4040
cache: 'pip' # caching pip dependencies
41-
- name; Install Python dependencies
41+
- name: Install Python dependencies
4242
run: pip install -r requirements.txt
4343
- name: Install MyST Markdown
4444
run: npm install -g mystmd

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# plots
2-
An example of deploying a MyST site containing executable notebooks that generate plots
2+
3+
An example of deploying a MyST site containing executable notebooks that generate plots.
4+
The demonstration plots are taken from the upstream library documentation.

0 commit comments

Comments
 (0)