Skip to content

Commit

Permalink
Merge pull request #646 from gpstines/main
Browse files Browse the repository at this point in the history
Updates hello world response documentation to reflect JSON
  • Loading branch information
AidanDelaney authored Dec 30, 2023
2 parents 306601b + 4d99a62 commit d44d137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The order group containing `yarn` logic has higher precedence in the `nodejs` bu

## Running `pack`

Our example NodeJS application is a "hello world" REST-like API. Any request to the `/` URL results in the response `{"message", "Hello world"}`. Our application contains the two source files
Our example NodeJS application is a "hello world" REST-like API. Any request to the `/` URL results in the response `{"message": "Hello world"}`. Our application contains the two source files

```command
$ tree .
Expand Down

0 comments on commit d44d137

Please sign in to comment.