Skip to content

Commit a8827b8

Browse files
committed
chore(docs): update readme example fixed
1 parent 091d95f commit a8827b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yarn add @gammarers/aws-codeconnections-host-custom-resource
2828
## Example
2929

3030
```typescript
31-
import { RDSDatabaseAutoRunningStopStack, CodeConnectionsHostProviderType } from '@gammarers/aws-codeconnections-host-custom-resource';
31+
import { CodeConnectionsHostCustomResource, CodeConnectionsHostProviderType } from '@gammarers/aws-codeconnections-host-custom-resource';
3232

3333
const codeConnectionsHostCustomResource = new CodeConnectionsHostCustomResource(this, 'CodeConnectionsHost', {
3434
name: 'gitlab.example.com', // required, connection host name (Minimum length of 1. Maximum length of 64.)

0 commit comments

Comments
 (0)