Skip to content

Commit aa6170f

Browse files
committed
Fix reference to package name in README. Fixes #68
1 parent a066217 commit aa6170f

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
@@ -59,7 +59,7 @@ Example Coudinary configuration in your application's module definition:
5959
```javascript
6060
import { NgModule } from '@angular/core';
6161
// ...
62-
import { CloudinaryModule, CloudinaryConfiguration, provideCloudinary } from 'cloudinary-ng';
62+
import { CloudinaryModule, CloudinaryConfiguration, provideCloudinary } from '@cloudinary/angular';
6363

6464
@NgModule({
6565
imports: [

0 commit comments

Comments
 (0)