Skip to content

Documentation outdated? #27

@warpdesign

Description

@warpdesign

The repository README.md as well as the website appear to be outdated:

The steps object example should be:

[
  {
    tour: "firstyour",
      steps: [
        Step
      ]
  },
  {
    tour: "secondtour",
      steps: [
        Step
      ]
   }
]

instead of:

{
  tour: "firstyour",
  steps: [
    Step
  ],
  tour: "secondtour",
  steps: [
    Step
  ]
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions