Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README.md): fix Vogels => Dynogels #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynogels.AWS.config.loadFromPath('credentials.json');
```

When running on EC2 it's recommended to leverage EC2 IAM roles. If you have configured your instance to use IAM roles,
Vogels will automatically select these credentials for use in your application,
Dynogels will automatically select these credentials for use in your application,
and you do not need to manually provide credentials in any other format.

```js
Expand Down Expand Up @@ -190,7 +190,7 @@ dynamodb.createTable(params, (err)=>{ ... });
```

### Schema Types
Vogels provides the following schema types:
Dynogels provides the following schema types:

* String
* Number
Expand Down