Skip to content

Commit

Permalink
Change README.md to be all uppercase using js-github
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Apr 23, 2014
1 parent 805e60d commit b75c111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
js-github
JS-GITHUB
=========

A js-git mixin that uses github as the data storage backend.
A JS-GIT MIXIN THAT USES GITHUB AS THE DATA STORAGE BACKEND.

This allows live mounting of github repos without cloning or pushing.
THIS ALLOWS LIVE MOUNTING OF GITHUB REPOS WITHOUT CLONING OR PUSHING.

3 comments on commit b75c111

@gunar
Copy link

@gunar gunar commented on b75c111 Oct 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@creationix
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I was doing a demo of js-git and had run the file through String.prototype.toUpperCase().

@gunar
Copy link

@gunar gunar commented on b75c111 Oct 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README states:

I tested this on this repo. Here is the commit

I just thought it was cool that it worked hah

Please sign in to comment.