README.md in ensembl-0.0.6 vs README.md in ensembl-0.0.7

- old
+ new

@@ -18,28 +18,16 @@ $ gem install ensembl ## Usage - require 'ensembl' + Copy config/database.yml.example to database.yml and change parameters if needed -### ENSEMBL.ORG database - Default configuration +### Using Ensembl::Variation::Variation.first Ensembl::Variation::Variation.first.source - -### Custom database - - # Set following values before using - Only Human databases is somewhat tested. - - Ensembl.host = 'myhost.example.com' - Ensembl.port = 3306 # default - Ensembl.username = 'anonymous' # default - Ensembl.password = '' # default - Ensembl.species = 'homo_sapiens' # default - Ensembl.version = 75 # default - Ensembl.hg_version = 37 # default ## Contributing 1. Fork it ( https://github.com/kmetsalu/ensembl/fork )