diff --git a/api/project.mdx b/api/project.mdx index d67b4e7..063a427 100644 --- a/api/project.mdx +++ b/api/project.mdx @@ -11,7 +11,7 @@ Argon projects are JSON files that have the `.project.json` extension. They have | Field | Default | Description | | --------------- | ------------ | ----------------------------------------------------------------------------------------------------- | -| `name`\* | **Required** | The name of the project, displayed by Argon | +| `name`\* | `default` | The name of the project, displayed by Argon | | `tree`\* | **Required** | An [Instance Description](#instance-description) describing the root instance of the project | | `host` | `localhost` | The host name that Argon server should be running on | | `port` | `8000` | The port number that Argon server should be running on |