Skip to content

Commit 3dac175

Browse files
committed
fix: CONTRIBUTING.md link in README.md
1 parent 51f7c05 commit 3dac175

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We appreciate your enthusiasm and look forward to your valuable contributions to
7878

7979
Together, we can foster a collaborative environment and make a significant impact in the API integration landscape.
8080

81-
Click [here](https://github.com/hiteshchoudhary/apihub/blob/dev/CONTRIBUTING.md) for detailed contribution guide.
81+
Click [here](https://github.com/hiteshchoudhary/apihub/blob/main/CONTRIBUTING.md) for detailed contribution guide.
8282

8383
## 🏁 Installation
8484

@@ -136,10 +136,12 @@ To self-host the FreeAPI.app application, you can take advantage of a pre-built
136136
3. (Optional) Sign in with GitHub to deploy.
137137

138138
4. Fill in the Repository details:
139+
139140
- Specify the repo name (e.g., freeapi-app).
140141
- Checkmark for Public/Private repository.
141142

142143
5. For Environment variables, we have provided some default values in the `ENV` to reduce the burden, but some parameters are mandatory:
144+
143145
- `PORT`: Do not change the value, let it be set to 8080 to view the swagger docs after deployment.
144146
- `MONGODB_URI`: Provide the MongoDB Atlas database URL. An example is prefilled for you, edit/update it to continue.
145147
- `NODE_ENV`: Default set to 'development' to view the logs. You may choose to change it to any other value such as 'prod' to hide them.

0 commit comments

Comments
 (0)