README.md in lucid-gen-1.0.0 vs README.md in lucid-gen-2.0.0
- old
+ new
@@ -8,20 +8,20 @@
$ gem install lucid-gen
## Usage
-The easiest way to use Venom would be to have it generate the default structure for you:
+The easiest way to use LucidGen would be to have it generate the default structure for you:
$ lucid-gen project project-spec
This command will create a project structure with the directory name as project-spec.
-The default driver for the projects created is [Fluent](https://github.com/jnyman/fluent). You can change this by specifying a driver
+The default driver for the projects created is [Symbiont](https://github.com/jnyman/symbiont). You can change this by specifying a driver as such:
$ lucid-gen project project-spec --driver=capybara
-Do note that, for the moment, LucidGen only generates driver files relevant to Fluent.
+Do note that, for the moment, LucidGen only generates driver files relevant to Symbiont.
## Contributing
1. [Fork the project](http://gun.io/blog/how-to-github-fork-branch-and-pull-request/).
2. Create a feature branch. (`git checkout -b my-new-feature`)