You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# About
2
2
3
-
This is a simple Rails 3.1 app that uses (parse_resource)[http://github.com/adelevie/parse_resource] for model persistence and include a simple auth system that's based on this (Railscast)[http://asciicasts.com/episodes/250-authentication-from-scratch].
3
+
This is a simple Rails 3.1 app that uses [parse_resource](http://github.com/adelevie/parse_resource) for model persistence and include a simple auth system that's based on this [Railscast](http://asciicasts.com/episodes/250-authentication-from-scratch).
4
4
5
5
If you already use Parse, this Rails app is a really quick way to give your app a web presence.
6
6
@@ -14,7 +14,7 @@ Change application names where necessary, if desired.
14
14
15
15
`bundle install`
16
16
17
-
Create a `parse_resource.yml` file. Instructions (here)[https://github.com/adelevie/parse_resource/blob/master/README.md].
17
+
Create a `parse_resource.yml` file. Instructions [here](https://github.com/adelevie/parse_resource/blob/master/README.md).
0 commit comments