Skip to content

Commit 4ef1d23

Browse files
committed
resolves issue#2
1 parent addc737 commit 4ef1d23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161

6262
Restart your Rails server, and now you should see the following on `localhost:3000`
6363

64-
![home index](https://i.imgur.com/ZDBDmK1.png)
64+
![home index](https://i.imgur.com/A47j9dx.png)
6565

6666
## Install TailwindCSS
6767

@@ -158,7 +158,7 @@ to:
158158

159159
Restart the Rails server and webpack-dev-server and you should now see the following on `localhost:3000`
160160

161-
![tailwind home index](https://i.imgur.com/6MKs0wA.png)
161+
![tailwind home index](https://i.imgur.com/C64oFFy.png)
162162

163163
Tailwind should now be working so lets tweak our views to see some Tailwind goodness.
164164

@@ -201,7 +201,7 @@ to:
201201

202202
You should now see the following page when you navigate to `localhost:3000`
203203

204-
![updated tailwind home index](https://i.imgur.com/ivqrOSv.png)
204+
![updated tailwind home index](https://i.imgur.com/okfqCoS.png)
205205

206206
And now you have TailwindCSS working in your Rails app!
207207

0 commit comments

Comments
 (0)