ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
126 stars 54 forks source link

Fixing typo in readme files #31

Closed jacubsmith closed 3 years ago

jacubsmith commented 3 years ago

Overview Description

Steps to Reproduce

  1. Open README or CONTRIBUTING.
  2. Scroll to the section explaining how to make a dev.env for development.
  3. Wrong command specified.

Actual Results

mkdir dev.env - which will create a directory.

Expected Results

touch dev.env - which will create a file.

Additional Information:

Have also added an echo command to populate the file.