Skip to content

Commit b0f9bda

Browse files
authored
Add Google form signup link (#993)
* Fix typos * Add Google form signup link
1 parent f3adfd3 commit b0f9bda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The figure below is a sneakpeak of the models implemented in FUSE:
1212

1313
Here are some key resources for getting started with FUSE:
1414

15+
* 📨 **[Sign up for more info](https://forms.gle/iQGYKWfgeNkw2fCZ7)**
1516
* 📚 **[Online documentation](https://fuse.help)**
1617
* 🎓 **[Intro tutorial](https://fuse.help/dev/tutorial.html)**
1718
* 🎤 **[Recent presentation](https://github.com/ProjectTorreyPines/FUSE_extra_files/raw/master/2025_D3D/SET_mar_2025.pdf)**

docs/src/cases_docs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pushfirst!(
2525
CurrentModule = FUSE
2626
```
2727
28-
FUSE comes with a set of pre-cookes used cases.
28+
FUSE comes with a set of pre-cooked use cases.
2929
The `case_parameters(:use_case, ...)` method returns the `ini` and `act` parameters for that specific `use_case`.
3030
These `ini` and `act` can then be further customized before running a FUSE simulation.
3131

0 commit comments

Comments
 (0)