test: refactor fixtures
This commit is contained in:
30
tests/fixtures/documentation-changes.diff
vendored
Normal file
30
tests/fixtures/documentation-changes.diff
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
diff --git a/README.md b/README.md
|
||||
index a0c3e1b..9d1b6f8 100644
|
||||
--- a/README.md
|
||||
+++ b/README.md
|
||||
@@ -1,6 +1,11 @@
|
||||
# My Awesome Project
|
||||
|
||||
+## Overview
|
||||
+
|
||||
+My Awesome Project is a web application that allows users to manage their tasks and projects in a simple and intuitive way. The project is built with React and Node.js and uses MongoDB for data storage.
|
||||
+
|
||||
## Installation
|
||||
|
||||
+To install and run My Awesome Project, follow these steps:
|
||||
+
|
||||
1. Clone the repository: `git clone https://github.com/username/my-awesome-project.git`
|
||||
2. Install dependencies: `npm install`
|
||||
3. Start the development server: `npm start`
|
||||
@@ -13,6 +18,11 @@ To install and run My Awesome Project, follow these steps:
|
||||
## Usage
|
||||
|
||||
To use My Awesome Project, follow these steps:
|
||||
+
|
||||
+1. Open your web browser and navigate to `http://localhost:3000`
|
||||
+2. Sign up for a new account or log in to an existing one
|
||||
+3. Create a new task or project and start managing your work!
|
||||
+
|
||||
## Contributing
|
||||
|
||||
We welcome contributions from anyone and everyone. To contribute to My Awesome Project, follow these steps:
|
||||
Reference in New Issue
Block a user