Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Use RFC 6570-compliant syntax #3

Merged
merged 1 commit into from Apr 7, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ REST API for discovering the license for a github repository.

## Usage

curl -i http://gitlicense.herokuapp.com/:user/:repo
curl -i http://gitlicense.herokuapp.com/{user}/{repo}

The return value will be a JSON object of the following form.

Expand Down
2 changes: 1 addition & 1 deletion web.py
Expand Up @@ -185,7 +185,7 @@ def index():

## Usage

curl -i http://gitlicense.herokuapp.com/:user/:repo
curl -i http://gitlicense.herokuapp.com/{user}/{repo}

The return value will be a JSON object of the following form.

Expand Down