Skip to content

Commit

Permalink
Updated repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebicknell committed Jun 19, 2014
1 parent 02fa855 commit 2f4649b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Thumb.php
# Thumb

A simple, local image only, thumbnail generation script with a file based cache and optional browser based cache.
A simple, local image only, thumbnail generation script written in PHP with a file based cache and optional browser based cache.

## Example Usage

Expand Down Expand Up @@ -114,4 +114,4 @@ More information, and an in depth analysis of EXIF Orientation can be found [in

##License

Thumb.php is licensed under the [MIT license](http://opensource.org/licenses/MIT), see [LICENSE.md](https://github.com/jamiebicknell/Thumb.php/blob/master/LICENSE.md) for details.
Thumb.php is licensed under the [MIT license](http://opensource.org/licenses/MIT), see [LICENSE.md](https://github.com/jamiebicknell/Thumb/blob/master/LICENSE.md) for details.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "jamiebicknell/Thumb.php",
"description": "A simple, local image only, thumbnail generation script",
"name": "jamiebicknell/Thumb",
"description": "A simple, local image only, thumbnail generation script written in PHP",
"keywords": [
"thumbnail",
"php",
"gd"
],
"homepage": "http://github.com/jamiebicknell/Thumb.php",
"homepage": "http://github.com/jamiebicknell/Thumb",
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion thumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Title: Thumb.php
URL: http://github.com/jamiebicknell/Thumb.php
URL: http://github.com/jamiebicknell/Thumb
Author: Jamie Bicknell
Twitter: @jamiebicknell
*/
Expand Down

0 comments on commit 2f4649b

Please sign in to comment.