Skip to content

Commit

Permalink
docs: Fix method name in README.md (npm#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords authored and iarna committed Oct 13, 2017
1 parent 341e339 commit d998a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var ThemeSet = require('gauge/theme-set')
var themes = new ThemeSet()
// or
var themes = require('gauge/themes')
var mythemes = themes.newThemeset() // creates a new themeset based on the default themes
var mythemes = themes.newThemeSet() // creates a new themeset based on the default themes
```

#### themes(opts)
Expand Down Expand Up @@ -311,7 +311,7 @@ This *mixes-in* `theme` into all themes currently defined. It also adds it
to the default parent theme for this themeset, so future themes added to
this themeset will get the values from `theme` by default.

#### themes.newThemeset()
#### themes.newThemeSet()

Copy the current themeset into a new one. This allows you to easily inherit
one themeset from another.
Expand Down

0 comments on commit d998a93

Please sign in to comment.