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

there is no assets subdirectory #418

@Mithgol

Description

@Mithgol

Currently README.md recommends the following:

<script type="text/javascript" src="assets/bundled.js"></script>

However,

  • HTML5 script defaults to type="text/javascript" and thus that attribute can be dropped from the example,
  • there is no assets subdirectory in the results of npm install ipfs and thus the path assets/bundled.js should be replaced by dist/index.min.js if appropriate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions