Skip to content

Commit 9852d4d

Browse files
committed
adjust package name in docs
1 parent c84295a commit 9852d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/4-concepts/4.1-instruments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ an instrument (e.g., a title and description).
2121
### Understanding TypeScript
2222

2323
The structure of an _Instrument_ is defined in [TypeScript](https://www.typescriptlang.org/) by
24-
the `Instrument` type, located in the internal [`schemas`](https://github.com/DouglasNeuroInformatics/OpenDataCapture/tree/main/packages/schemas)
24+
the `Instrument` type, located in the [`@opendatacapture/runtime-core`](https://github.com/DouglasNeuroInformatics/OpenDataCapture/tree/main/packages/runtime-core)
2525
package. This definition is essentially a set of rules to validate that the key-value pairs in an _Instrument_
2626
conform with expectations in the codebase. These rules are quite complex and **heavily** rely on the concept
2727
of [discriminated unions](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types) and

0 commit comments

Comments
 (0)