Skip to content

Commit 839f41c

Browse files
authored
Update README.md
simple formatting
1 parent df5b965 commit 839f41c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and adding the path to the library to the Matlab path list.
2626

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

29-
newClass(NEWCLASSNAME)
29+
newClass('MyClassName')
3030

3131
The new file contains the following code patterns:
3232

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

121+
## Customization
122+
123+
To change author name, affilation, or the general layout of templates, simply edit the template files.

0 commit comments

Comments
 (0)