Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bendichter/matnwb
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Apr 2, 2018
2 parents 5cf61d3 + 07e5aba commit 9f82053
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 @@ -19,7 +19,7 @@ The NWB:N schema is in a state of some evolution. This package assumes a certai
From the Matlab command line, generate code from a copy of the NWB schema.

```matlab
registry=generateCode('schema/core/nwb.namespace.yaml');
registry=generateCore('schema/core/nwb.namespace.yaml');
```

The `registry` is a collection of defined types and is used when adding extension schemas:
Expand All @@ -37,7 +37,7 @@ nwb=nwbRead('data.nwb');
and for generating NWB objects for export:

```matlab
%Create some fake fata and write
%Create some fake data and write
nwb = nwbfile;
nwb.epochs = types.untyped.Group;
nwb.epochs.stim = types.Epoch;
Expand Down

0 comments on commit 9f82053

Please sign in to comment.