Skip to content

chore(Documentation): Updated README.md #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Create an instance of `Base` with the given `cache` and `options`. Learn about t

**Params**

* `cache` **{Object}**: If supplied, this object is passed to [cache-base](https://github.com/jonschlinkert/cache-base) to merge onto the the instance.
* `cache` **{Object}**: If supplied, this object is passed to [cache-base](https://github.com/jonschlinkert/cache-base) to merge onto the instance.
* `options` **{Object}**: If supplied, this object is used to initialize the `base.options` object.

**Example**
Expand Down Expand Up @@ -231,7 +231,7 @@ instance.
**Params**

* `name` **{String}**: The plugin name.
* `register` **{Boolean}**: If the plugin if not already registered, to record it as being registered pass `true` as the second argument.
* `register` **{Boolean}**: If the plugin is not already registered, to record it as being registered pass `true` as the second argument.
* `returns` **{Boolean}**: Returns true if a plugin is already registered.

**Events**
Expand Down Expand Up @@ -367,7 +367,7 @@ Base is part of the [Toolkit suite](https://github.com/node-toolkit/getting-star

Toolkit is a collection of node.js libraries, applications and frameworks for helping developers quickly create high quality node.js applications, web projects, and command-line experiences. There are many other libraries on NPM for handling specific tasks, Toolkit provides the _systems_ and _building blocks_ for creating higher level workflows and processes around those libraries.

Toolkit can be used to create a static site generator, blog framework, documentaton system, command line, task or plugin runner, and more!
Toolkit can be used to create a static site generator, blog framework, documentation system, command line, task or plugin runner, and more!

**Building Blocks**

Expand Down Expand Up @@ -419,7 +419,7 @@ If Base doesn't do what you need, [please let us know](../../issues).

### Release History

See the [changelog](CHANGELOG.md);
See the [changelog](changelog.md);

### Authors

Expand Down