Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-kristian authored Jul 30, 2024
1 parent 8e95086 commit 38b711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ One application can contain multiple environments, and each environment can cont
To create your first application with an environment:

```typescript
const application = await nodb.createAppWithEnvironmentAndGetTokens({
const application = await nodb.createApplication({
appName: "your-application-name",
environmentName: "your-environment-name",
});
Expand Down

0 comments on commit 38b711d

Please sign in to comment.