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

Commit ea70ce6

Browse files
author
Mateu Aguiló Bosch
committed
fix: correct logo reference
1 parent 07dbeb0 commit ea70ce6

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
<h1 id="contenta-cms">Contenta CMS <img src="/contentacms/contenta_jsonapi/raw/master/logo.svg?sanitize=true" alt="Contenta logo" title="Contenta logo" style="max-width:100%;" width="100" align="right"></h1>
1+
<h1 id="contenta-cms">
2+
Contenta CMS
3+
<img
4+
src="/contentacms/contenta_jsonapi/8.x-2.x/logo.svg?sanitize=true"
5+
alt="Contenta logo"
6+
title="Contenta logo"
7+
style="max-width:100%;"
8+
width="100"
9+
align="right">
10+
</h1>
211

312

413
Contenta is a content API and CMS based on Drupal 8. It provides a standard, jsonapi-based platform for building decoupled applications and websites.
@@ -86,7 +95,7 @@ For documention on the development on contenta_jsonapi itself, see [docs/develop
8695
- Replace the <DESTINATION>/web/profiles/contrib/contenta_jsonapi directory with a checkout of this repo
8796

8897
```bash
89-
cd <DESTINATION>
98+
cd -DESTINATION-
9099
rm -rf web/profiles/contrib/contenta_jsonapi
91100
git clone git@github.com:contentacms/contenta_jsonapi.git web/profiles/contrib/contenta_jsonapi
92101
```

0 commit comments

Comments
 (0)