Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Squash: A squarish bug spray
Squash: A epic way to remove bugs
============================

**An open-source project from [Square](http://github.com/square)**
Expand All @@ -9,11 +9,11 @@ Squash consists of the following components:

* **Client libraries:** Client libraries for different systems (Ruby, Ruby on
Rails, Cocoa with Objective-C, etc.) catch and record errors when they occur,
then send them to the API endpoint. Client libraries can be found under the
then send them to the API end point. Client libraries can be found under the
[SquareSquash organization](https://github.com/SquareSquash).
* **Front-end:** This website displays Bug information and helps the engineer
* **Front-end:** This website displays Bug info and helps the engineer
find the root cause for a Bug, and fix it. It also lets engineers manage,
assign, and comment on Bugs, as well as view statistics about the Bug.
assign and comment on Bugs as well as view statistics about the Bug.
* **API endpoints:** These routes (part of the front-end app) receive exception
notifications from the client libraries and process them.

Expand Down