Skip to content

Commit 1f47510

Browse files
committed
readme img fix
1 parent 159a890 commit 1f47510

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You'll need to download the [Atom](https://atom.io/) editor and install *Atom Sh
1717

1818
Install the *Atom-CodeRoad* package: `> apm install atom-coderoad`
1919

20-
For an example of how to do this, *hover* over the image below:
20+
For an example of how to do this, see the image below:
2121

22-
![Install atom-coderoad](https://coderoad.github.io/img/gif/install-atom-coderoad.png)
22+
![Install atom-coderoad](https://coderoad.github.io/img/gif/install-atom-coderoad.gif)
2323

2424
You may also want to install [terminal-plus](https://atom.io/packages/terminal-plus) used in the example above.
2525

@@ -31,8 +31,8 @@ Toggle open *Atom-CodeRoad* using the *Packages* menu or press *ctrl-alt-0*.
3131

3232
To install a tutorial, setup a *package.json* file and save the tutorial as a dependency. Make sure [NodeJS](nodejs.org) is already installed.
3333

34-
![Install a Tutorial](https://coderoad.github.io/img/gif/install-tutorial.png)
35-
3634
You can setup a project quickly by typing `> npm init --y` into the command line in your project's folder. This agrees to all of the defaults for your newly created *package.json* file.
3735

3836
Now you can install a tutorial. Run `> npm install --save-dev $THE-PACKAGE-NAME$` to save the tutorial as a package development dependency. If you run *Atom-CodeRoad* you should see the tutorial appear on the first screen.
37+
38+
![Install a Tutorial](https://coderoad.github.io/img/gif/install-tutorial.gif)

0 commit comments

Comments
 (0)