Skip to content

Commit 0191806

Browse files
authored
Update README.md
1 parent ec9f7a8 commit 0191806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Animator is a tool for making GIF animation files from MATLAB® code.
1515
Here's how it works.
1616

1717
1. Create an M-file that generates the plot that you want to animate.
18-
2. Indicate which parameter you want to change and how (this needs to be an assignment statement of the form "a = 1").
18+
2. Indicate which parameter you want to change and how (this needs to be an assignment statement of the form `a = 1`).
1919

2020
The Animator then manipulates your code and takes snapshots of the resulting plot. These snapshots are
2121
gathered into the GIF animation file and saved to disk.
2222

2323
![How it works](images/howto.png)
2424

25-
For more information, look at the documentation files in the code/doc/ directory, especially GettingStarted.mlx
25+
For more information, look at the documentation files in the toolbox/examples/ directory, especially GettingStarted.mlx
2626

2727
## MathWorks Products
2828

0 commit comments

Comments
 (0)