Browse Source

Fix image path

Matt Raible 7 years ago
parent
commit
9a5e805f84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md View File

825
 
825
 
826
 After performing these steps, you should be able to run `ionic emulate android` and see your app running in the AVD.
826
 After performing these steps, you should be able to run `ionic emulate android` and see your app running in the AVD.
827
 
827
 
828
-<img src="static/android-beer-list.jpg" style="width: 540px" alt="Android Beer List">
828
+<img src="static/android-beer-list.png" style="width: 540px" alt="Android Beer List">
829
 
829
 
830
 **NOTE**: If you get an application error that says "The connection to the server was unsuccessful. (file:///android/www/index.html)", add the following line to `config.xml`. This sets the default timeout to 60 seconds (default is 20). Thanks to [Stack Overflow](http://stackoverflow.com/a/31377846) for the answer.
830
 **NOTE**: If you get an application error that says "The connection to the server was unsuccessful. (file:///android/www/index.html)", add the following line to `config.xml`. This sets the default timeout to 60 seconds (default is 20). Thanks to [Stack Overflow](http://stackoverflow.com/a/31377846) for the answer.
831
 
831