Skip to content

Commit

Permalink
Copy edit
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Nunciato <c@nunciato.org>
  • Loading branch information
davidwrede and cnunciato committed Feb 2, 2021
1 parent 2029ca6 commit 5f340b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/intro/concepts/project.md
Expand Up @@ -27,7 +27,7 @@ runtime: nodejs
description: Basic example of an AWS web server accessible over HTTP.
```

In addition, when using JavaScript, the working directory for the project should contain a `package.json` that points to a file such as `index.js`. In Python, there should either be a `__main__.py` file or a file `setup.py` that defines the entry point.
In addition, when using JavaScript, the working directory for the project should contain a `package.json` that points to a file such as `index.js`. In Python, there should either be a `__main__.py` file or a `setup.py` file that defines the entry point.

The following are other examples of `Pulumi.yaml` files that define project configurations for other use cases:

Expand Down

0 comments on commit 5f340b8

Please sign in to comment.