Skip to content

Commit

Permalink
Fix indentation of code examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray1729 committed Oct 3, 2012
1 parent 7d21fa1 commit 0a3dfd8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -11,18 +11,18 @@ have suggestions for how the API should shape up.

## Usage

(use 'ensembl.core)
(use 'ensembl.core)

(def ensreg (registry :ensembldb))
(def ensreg (registry :ensembldb))

(def human (species "human" :registry ensreg)
(def human (species "human" :registry ensreg)

or

(with-registry ensreg
(def human (species "human")))
(with-registry ensreg
(def human (species "human")))

(list-chromosomes human)
(list-chromosomes human)

## License

Expand Down

0 comments on commit 0a3dfd8

Please sign in to comment.