Update README.md
This commit is contained in:
parent
6faeb4d60c
commit
b7e5940962
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user