seriema / electron-notification-shim

Get Notification API events in Electron main-process. Perfect for adding Notification toasters in Windows with node-notifier or other solution.
MIT License
37 stars 5 forks source link

Is ipc correct? #5

Closed razzeee closed 8 years ago

razzeee commented 8 years ago

Shouldn't the readme say ipcMain?

const ipc = require('ipc');

Or am I missing something?

https://github.com/seriema/electron-notification-shim#sample

seriema commented 8 years ago

You're right, it's for an older version of Electron (<0.35). Forgot to update it with #1.