Skip to content

Commit

Permalink
Merge pull request #13 from neuralabc:fix-readme_tag
Browse files Browse the repository at this point in the history
fix spelling, add tag
  • Loading branch information
steelec authored Nov 5, 2023
2 parents b301ac8 + fcc6172 commit 43342ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Once a JDK or JRE is installed, run

For example, if running a locally built version

`java -jar target/spft-1.3-SNAPSHOT-jar-with-dependencies.jar`
`java -jar target/spft-1.5-SNAPSHOT-jar-with-dependencies.jar`

This will start a window where you can load a [configuration file](#configuration-file) for a session.
There is a list of [runtime flags](#runtime-flags) that let you customize some aspects of the application
Expand Down Expand Up @@ -138,7 +138,7 @@ relative to the other times in the session
`devices.*.values`: Recorded values corresponding to participants pinch force collected by the device
`triggers`: A list of triggers received throughout the session
`triggers.times`: CPU time trigger was received by computer
`triggers.values`: Value recived to trigger the start of the first block
`triggers.values`: Value received to trigger the start of the first block
`triggersOut`: If present, indicates serial out hardware device and port name for triggers sent to arduino. Contains the times and values for each trigger

## Implementation notes
Expand Down

0 comments on commit 43342ec

Please sign in to comment.