Skip to content

README is misleading about details of example user #646

@jareddonovan

Description

@jareddonovan

Nature of issue?

  • Found a bug
  • Existing feature enhancement
  • New feature request

Details about the bug:

  • Web browser and version: Chrome 65.0.3325.181
  • Operating System: MacOS 10.13.4
  • Steps to reproduce this:
  • The README.md file says that when the npm run fetch-examples command is run, a user called "p5" will be created. But actually, the user created depends on the values that have been entered into the .env file.
  • To verify this, give a different value for EXAMPLE_USERNAME in .env
  • Run the npm run fetch-examples command.
  • Run mongo (with mongodb running).
  • In the mongo console, run use p5js-web-editor, then db.users.find({}). You can see that the created user has the username you specified.

Feature enhancement details:

This seems like it would just need a simple rewording of the relevant section of the README. I will create a pull request that includes this and add a reference to this issue.

Sorry if this seems nit-picky. I'm just trying to get my environment set up (and understand what's happening around that) and I figure the smoother you can make this for new contributors, the better.

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