Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
simple formatting
  • Loading branch information
dlegland committed Jul 19, 2024
1 parent df5b965 commit 839f41c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and adding the path to the library to the Matlab path list.

The newClass function can be used to create a new file containing a class definition.

newClass(NEWCLASSNAME)
newClass('MyClassName')

The new file contains the following code patterns:

Expand Down Expand Up @@ -118,3 +118,6 @@ The following is the result of the command `newTest('foo')`:
assertEqual(testCase, value, 10);
```

## Customization

To change author name, affilation, or the general layout of templates, simply edit the template files.

0 comments on commit 839f41c

Please sign in to comment.