diff --git a/migration-guide.md b/migration-guide.md index 099d71ec..573694b7 100644 --- a/migration-guide.md +++ b/migration-guide.md @@ -93,7 +93,7 @@ import { Storage } from '@stacks/storage'; const appConfig = new AppConfig(); const userSession = new UserSession({ appConfig }); -const storage = new Storage(userSession); +const storage = new Storage({userSession}); storage.putFile('my_file.json', my_content)); storage.getFile('my_file.json').then((file) => {