Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#8 from moT01/fix/update-instructions-…
Browse files Browse the repository at this point in the history
…to-match-PR-on-learn

fix: update instructions in readme
  • Loading branch information
moT01 authored Oct 15, 2020
2 parents 89162a4 + 001b2a9 commit 5f42c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-project-filemetadata)](https://repl.it/github/freeCodeCamp/boilerplate-project-filemetadata)
### User stories:
1. I can submit a form that includes a file upload.
2. The form file input field has the "name" attribute set to "upfile". We rely on this in testing.
3. When I submit something, I will receive the file name and size in bytes within the JSON response
2. The form file input field has the `name` attribute set to `upfile`.
3. When I submit something, I will receive the file `name`, `type`, and `size` in bytes within the JSON response.

### Usage :
* Go to the main page, and upload a file using the provided form.
Expand Down

0 comments on commit 5f42c67

Please sign in to comment.