Update README.md

This commit is contained in:
deadvey 2024-11-02 11:20:30 +01:00
parent 6faeb4d60c
commit b7e5940962

View File

@ -17,7 +17,7 @@ etc...
# Newsletter # Newsletter
<br/> <br/>
If you want to add members to the newsletter, I store a file as /etc/newsletter_members.js:<br/> If you want to add members to the newsletter, I store a file as /etc/newsletter_members.js:<br/>
```js ```javascript
let members = ["member1@gmail.com","member2@outlook.com"] let members = ["member1@gmail.com","member2@outlook.com"]
if (typeof module !== 'undefined' && module.exports) { if (typeof module !== 'undefined' && module.exports) {