Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit e4546ab

Browse files
committed
docs: ✏️ improve readability in Xcode package view
1 parent 904412f commit e4546ab

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

README.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
2-
<p align="center">
3-
<img width=20% src="https://www.sap.com/content/dam/application/imagelibrary/pictograms/283000/283370-pictogram-purple.svg" alt="Logo" />
4-
</br>
5-
<span><b>SAP Conversational AI SDK for iOS</b></span>
6-
</p>
7-
8-
***
9-
10-
<div align="center">
1+
<div>
2+
<p align="center">
3+
<img width=20% src="https://www.sap.com/content/dam/application/imagelibrary/pictograms/283000/283370-pictogram-purple.svg" alt="Logo" />
4+
</br>
5+
<span><b>SAP Conversational AI SDK for iOS</b></span>
6+
</p>
7+
<hr>
8+
<div align="center">
119
<a href="https://github.com/SAP/cloud-sdk-ios-cai#installation">Installation
1210
</a>
1311
|
@@ -19,31 +17,29 @@
1917
|
2018
<a href="https://github.com/SAP/cloud-sdk-ios-cai/blob/main/CHANGELOG.md"> Changelog
2119
</a>
22-
</div>
23-
24-
***
25-
26-
<div align="center">
20+
</div>
21+
<hr>
22+
<div align="center">
2723
<a href="https://github.com/SAP/cloud-sdk-ios-cai/actions?query=workflow%3A%22CI%22">
28-
<img src="https://github.com/SAP/cloud-sdk-ios-cai/workflows/CI/badge.svg"
29-
alt="Build Status">
24+
<img src="https://github.com/SAP/cloud-sdk-ios-cai/workflows/CI/badge.svg"
25+
alt="Build Status">
3026
</a>
3127
<a href="https://conventionalcommits.org">
32-
<img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg"
33-
alt="Conventional Commits">
28+
<img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg"
29+
alt="Conventional Commits">
3430
</a>
3531
<a href="http://commitizen.github.io/cz-cli/">
36-
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"
37-
alt="Commitizen friendly">
32+
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"
33+
alt="Commitizen friendly">
3834
</a>
3935
<a href="https://api.reuse.software/info/github.com/SAP/cloud-sdk-ios-cai">
40-
<img src="https://api.reuse.software/badge/github.com/SAP/cloud-sdk-ios-cai"
41-
alt="REUSE status">
36+
<img src="https://api.reuse.software/badge/github.com/SAP/cloud-sdk-ios-cai"
37+
alt="REUSE status">
4238
</a>
39+
<hr>
40+
</div>
4341
</div>
4442

45-
***
46-
4743
The `SAPCAI` Swift Package is a module to connect to a bot on the end-to-end chatbot platform [SAP Conversational AI](https://www.sap.com/products/conversational-ai.html) (CAI). It provides a pluggable SwiftUI `AssistantView` to initiate a conversation and render the various [message types](https://help.sap.com/viewer/a4522a393d2b4643812b7caadfe90c18/latest/en-US/ad3681adae824f8a96cbcf8b889a4ffc.html) of a bot.
4844

4945
This Swift Package is an open-source addition to the [SAP BTP SDK for iOS](https://developers.sap.com/topics/sap-btp-sdk-for-ios.html).

0 commit comments

Comments
 (0)