Skip to content

Commit

Permalink
fix markdown typos
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed May 8, 2017
1 parent 2b3ccad commit d26efa0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Code Climate](https://codeclimate.com/github/msimonborg/rate-your-rep/badges/gpa.svg)](https://codeclimate.com/github/msimonborg/rate-your-rep)
[![Build Status](https://travis-ci.org/msimonborg/rate-your-rep.svg?branch=master)](https://travis-ci.org/msimonborg/rate-your-rep)
[![Coverage Status](https://coveralls.io/repos/github/msimonborg/rate-your-rep/badge.svg?branch=master)](https://coveralls.io/github/msimonborg/rate-your-rep?branch=master)
#Rate Your Rep
####See it on [Heroku](https://rateyourrep.herokuapp.com)
#Calling is an effective way to participate in our democracy.
# Rate Your Rep
#### See it on [Heroku](https://rateyourrep.herokuapp.com)
# Calling is an effective way to participate in our democracy.
As more people catch on to this idea and make more calls, some elected officials will try to hide behind high call volumes and avoid picking up the phones. We need to hold them accountable.
#It's like Yelp for Congress.
# It's like Yelp for Congress.
Rate Your Rep lets you record your history and success rates for every call you make to Congress. You can rate and review your reps based on your satisfaction with the experience, view stats for each member, and share the results on social media (#TODO: integrate sharing).
#Let's remind them that they work for us.
# Let's remind them that they work for us.
A lot of members of Congress seem more interested in doing what's "good for business". So let's treat them like a business, except we're the owners, and it's time for their performance review.
#Installation
# Installation
Clone this repo and then
```bash
bundle --without production
Expand All @@ -19,9 +19,9 @@ rake spec
bundle exec shotgun
```
Then navigate to `localhost:9393` in your web browser.
#Data
# Data
Rep data is pulled from the [Phone Your Rep API](https://github.com/phoneyourrep/phone-your-rep-api). Data on reps and their offices that is assumed not to change is persisted to the database after the first time it is retrieved so it will be available in the index and for statistics. Every user request for location search and rep detail sends a new request to the API, and the local records are updated. Data that is not persisted and is only available from the API includes rep social media accounts, role in congress, district and state. This list of persisted data may grow in future updates.
#Contributing
# Contributing
Contributions are always welcome. Please check to see if there are any open issues first. Commit to a feature branch on your own fork and then submit your changes in a pull request.
#License
# License
This project is licensed under the [MIT License](https://github.com/msimonborg/rate-your-rep/blob/master/LICENSE).

0 comments on commit d26efa0

Please sign in to comment.