MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
194 stars 64 forks source link

typo in README.md (constants path) #3

Closed PedroKantar closed 6 years ago

PedroKantar commented 6 years ago

Very small typo in the README.md, the path to the constants is missing the src folder:

from 'electron-push-receiver/src/constants'

By the way, congratulations for the work achieved 👍

MatthieuLemoine commented 6 years ago

Nice catch !