Skip to content

Commit 2398853

Browse files
committed
fixed readme links
1 parent 05930c3 commit 2398853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About
22

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).
44

55
If you already use Parse, this Rails app is a really quick way to give your app a web presence.
66

@@ -14,7 +14,7 @@ Change application names where necessary, if desired.
1414

1515
`bundle install`
1616

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).
1818

1919
`rails s` and enjoy.
2020

0 commit comments

Comments
 (0)