Skip to content

Commit 433b495

Browse files
committed
READMME.md
1 parent c111b1f commit 433b495

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
# SOQL Lib
1+
<div align="center">
2+
<a href="https://nextjs.org">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://soql.beyondthecloud.dev/img/logo.png">
5+
<img alt="SOQL Lib logo" src="https://soql.beyondthecloud.dev/img/logo.png" height="128">
6+
</picture>
7+
</a>
8+
<h1>SOQL Lib</h1>
9+
10+
<a href="https://beyondthecloud.dev"><img alt="Beyond The Cloud logo" src="https://img.shields.io/badge/MADE_BY_BEYOND_THE_CLOUD-555?style=for-the-badge"></a>
11+
12+
<a ><img alt="API version" src="https://img.shields.io/badge/api-v64.0-blue?style=for-the-badge"></a>
13+
<a href="https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/LICENSE-MIT-GREEN?style=for-the-badge
14+
"></a>
215

316
![Deploy to Scratch Org and run tests](https://github.com/beyond-the-cloud-dev/soql-lib/actions/workflows/ci.yml/badge.svg)
417
[![codecov](https://codecov.io/gh/beyond-the-cloud-dev/soql-lib/branch/main/graph/badge.svg)](https://codecov.io/gh/beyond-the-cloud-dev/soql-lib)
518

19+
20+
</div>
21+
22+
# Getting Started
23+
624
The SOQL Lib provides functional constructs for SOQL queries in Apex.
725

826
For more details, please refer to the [documentation](https://soql.beyondthecloud.dev).
@@ -103,7 +121,7 @@ public with sharing class SOQL_ProfileCache extends SOQLCache implements SOQLCac
103121

104122
## Documentation
105123

106-
[SOQL Lib documentation](https://soql.beyondthecloud.dev)
124+
Visit [https://soql.beyondthecloud.dev](https://soql.beyondthecloud.dev) to view the full documentation.
107125

108126
## Features
109127

0 commit comments

Comments
 (0)