Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #549 from bholdt/patch-1
Browse files Browse the repository at this point in the history
Addressed a few grammar / duplication mistakes in Readme
  • Loading branch information
nikmd23 committed Oct 10, 2013
2 parents d04b53c + 2bf1de2 commit 78e6e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -24,7 +24,7 @@ On the Server:

On the Client:

5. Depending on whether it is a Ajax request or not, the picks up the JSON data and to the data set by executing a pipeline of client side data providers that can be dynamically controlled and added to under plugin architecture
5. Depending on whether it is a Ajax request or not, it picks up the JSON data and runs through the data set by executing a pipeline of client side data providers that can be dynamically controlled and added to under plugin architecture
6. The client side module then dynamically renders a client side UI (similar to Firebug Lite) that lets you view this data

Glimpse can be turned on or off by a series of different mechanistic, but at its core if the Glimpse cookie is present the server will provide the "debug" data - as a security measure, the request for debug data is "authenticated". Via the plugin model, this authentication check can have any logic that is required by the site to ensure that unauthorized users don't have access to sensitive debug data.
Expand All @@ -39,7 +39,7 @@ Platforms currently supported:
* ASP.Net Web Forms
* ASP.Net MVC

Platforms soon to be supported supported:
Platforms soon to be supported:

* PHP
* Ruby on Rails
Expand Down

0 comments on commit 78e6e45

Please sign in to comment.