Skip to content

Commit 27b7428

Browse files
authored
Update README.md
1 parent e9d6d7f commit 27b7428

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ A lightweight, open-source Salesforce REST framework built with Apex to simplify
3535

3636
It includes interfaces for routing, response handling, error management, and logging, along with core components for processing RESTful requests.
3737

38-
## Features
38+
## 💡 Features
3939

40+
- **Business Logic Focused:** Allows developers to concentrate on solving business challenges while the framework handles routing, error management, and API structure.
4041
- **Customizable:** Easily define and manage REST endpoints.
4142
- **Scalable:** Supports enterprise-level integrations.
4243
- **Developer-Friendly:** Clear structure and easy-to-use API.
@@ -47,23 +48,23 @@ It includes interfaces for routing, response handling, error management, and log
4748

4849
## Getting Started
4950

50-
### Installation
51+
### 🚀 Installation
5152

5253
- **1st option**
5354
1. Clone or download this repository.
5455
2. Deploy the source code to your Salesforce org using your preferred deployment tool (e.g., Salesforce CLI, Workbench, or IDE).
5556
- **2nd option**
5657
1. Use the "Deploy to Salesforce" button to deploy the framework to your target organization.
5758

58-
### Developer guide
59+
### 📘 Developer guide
5960

6061
A comprehensive Developer Guide is available [here](Developer_Guide.md). Follow the link for detailed instructions and advanced usage examples.
6162

62-
### API Reference
63+
### 📕 API Reference
6364

6465
The API Reference documentation is available [here](API_Reference.md). It provides detailed descriptions of all classes, methods, and endpoints included in the framework.
6566

66-
## Contribution
67+
## 🤝 Contribution
6768

6869
We welcome contributions from the community! Here's how you can get involved:
6970

@@ -72,11 +73,11 @@ We welcome contributions from the community! Here's how you can get involved:
7273
3. Submit a pull request with a detailed description of your changes.
7374

7475

75-
## License
76+
## 📝 License
7677

7778
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
7879

7980

80-
## Contact
81+
## 📧 Contact
8182

8283
Have questions or feedback? Reach out to the repository owner or start a discussion in the Issues tab.

0 commit comments

Comments
 (0)