Skip to content

Commit

Permalink
removed writeClass for fillClass. merged with github master
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancewiu committed Apr 19, 2018
2 parents bbb9573 + 77b5b84 commit a70b4d5
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 a70b4d5

Please sign in to comment.