From da9168bfd32582b212df0d0f0898a76c6f624de3 Mon Sep 17 00:00:00 2001 From: ehennestad Date: Mon, 9 Dec 2024 21:16:18 +0100 Subject: [PATCH] Update README.md change wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3566b46..39acdeb0 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ Supported schema versions are provided in the MatNWB root directory under [`nwb- ## Under the Hood -NWB files are HDF5 files with data stored according to the Neurodata Without Borders (NWB) [schema](https://github.com/NeurodataWithoutBorders/nwb-schema/tree/dev/core). The schema is described in a set of YAML documents which defines the various types and their attributes. +NWB files are HDF5 files with data stored according to the Neurodata Without Borders (NWB) [schema](https://github.com/NeurodataWithoutBorders/nwb-schema/tree/dev/core). The schema is described in a set of YAML documents which defines the various types and their attributes. -Certain functions, like `generateCore` and `nwbRead`, automatically read these specifications and converts them to a MATLAB class file. These classes generally map directly to attributes and constraints of the types defined in the schema. +Certain functions, like `generateCore` and `nwbRead`, automatically read these specifications and converts them to a set of MATLAB class files. These classes generally map directly to attributes and constraints of the types defined in the schema. ## Caveats