Skip to content

Commit 62b5235

Browse files
committed
Clarification in testing section, project name in funding URL
1 parent b19d6d5 commit 62b5235

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

33
patreon: chill1
4-
custom: https://degreesofzero.com/donate.html
4+
custom: https://degreesofzero.com/donate.html?project=express-mysql-session

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"funding": {
2525
"type" : "individual",
26-
"url" : "https://degreesofzero.com/donate.html"
26+
"url" : "https://degreesofzero.com/donate.html?project=express-mysql-session"
2727
},
2828
"dependencies": {
2929
"debug": "4.1.1",

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ A MySQL session store for [express.js](http://expressjs.com/).
1515
* [Tests](#tests)
1616
* [Changelog](#changelog)
1717
* [License](#license)
18-
* [Donate](#donate)
18+
* [Funding](#funding)
1919

2020

2121
## Installation
2222

2323
Add to your application via `npm`:
24-
```
24+
```bash
2525
npm install express-mysql-session --save
2626
```
2727
This will install `express-mysql-session` and add it to your application's `package.json` file.
@@ -207,7 +207,7 @@ git clone https://github.com/chill117/express-mysql-session.git
207207
#### Step 2: Install Dependencies
208208

209209
Second, you'll need to install the project dependencies as well as the dev dependencies. To do this, simply run the following from the directory you created in step 1:
210-
```
210+
```bash
211211
npm install
212212
```
213213

@@ -237,8 +237,8 @@ DB_NAME="session_test"
237237

238238
### Tests
239239

240-
To run all tests:
241-
```
240+
This project includes an automated regression test suite. To run the tests:
241+
```bash
242242
npm test
243243
```
244244

@@ -254,6 +254,6 @@ This software is [MIT licensed](https://tldrlegal.com/license/mit-license):
254254
> A short, permissive software license. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. There are many variations of this license in use.
255255
256256

257-
## Donate
257+
## Funding
258258

259-
This project is free and open-source. If you would like to show your appreciation by making a donation, you can find details about which options are available [here](https://degreesofzero.com/donate.html).
259+
This project is free and open-source. If you would like to show your appreciation by helping to fund the project's continued development and maintenance, you can find available options [here](https://degreesofzero.com/donate.html?project=express-mysql-session).

0 commit comments

Comments
 (0)