Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Error in REDME #458

@kawarimidoll

Description

@kawarimidoll

I found an error in "Shortcut folder creator" in README.md.

const {
  buildShortcut,
  withVariables,
} = require('@joshfarrant/shortcuts-js');
const {
  conditional,
  getBatteryLevel,
  setLowPowerMode,
  showResult,
} = require('@joshfarrant/shortcuts-js/actions');

I think this part should be below:

const { buildShortcut } = require("@joshfarrant/shortcuts-js");
const {
  chooseFromMenu,
  runShortcut,
} = require("@joshfarrant/shortcuts-js/actions");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions