From 6985dcca469707f39a7996cf9b409e3c1295af95 Mon Sep 17 00:00:00 2001
From: Evert Provoost <evert.provoost@kuleuven.be>
Date: Thu, 24 Oct 2024 17:49:51 +0200
Subject: [PATCH] Tweak READMEs

---
 DomainColoringToy/README.md | 15 ++++++++-------
 README.md                   |  3 ++-
 docs/make.jl                |  3 ++-
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/DomainColoringToy/README.md b/DomainColoringToy/README.md
index c68f2f1..22d7c14 100644
--- a/DomainColoringToy/README.md
+++ b/DomainColoringToy/README.md
@@ -1,13 +1,14 @@
-<h1>DomainColoringToy</h1>
+<div align="center">
+  <img src="../docs/src/assets/logo.png" width=210/>
+  <h1>DomainColoringToy.jl</h1>
+</div>
 <p>
   <a href="https://eprovst.github.io/DomainColoring.jl/stable/dct">
-    <img src="https://img.shields.io/badge/docs-stable-green.svg"/>
-  </a>
+    <img src="https://img.shields.io/badge/docs-stable-green.svg"/></a>
   <a href="https://eprovst.github.io/DomainColoring.jl/dev/dct">
-    <img src="https://img.shields.io/badge/docs-dev-blue.svg"/>
-  </a>
+    <img src="https://img.shields.io/badge/docs-dev-blue.svg"/></a>
 </p>
 <p>
-  Interactive domain colorings and checker plots of complex functions in Julia using smooth colors,
-  based on <a href="https://makie.org/">GLMakie</a>.
+  Interactive domain colorings and checker plots of complex functions in
+  Julia using smooth colors, based on <a href="https://makie.org/">GLMakie</a>.
 </p>
diff --git a/README.md b/README.md
index c194470..a51d11f 100644
--- a/README.md
+++ b/README.md
@@ -9,5 +9,6 @@
     <img src="https://img.shields.io/badge/docs-dev-blue.svg"/></a>
 </p>
 <p>
-  Domain colorings and checker plots of complex functions in Julia using smooth colors.
+  Domain colorings and checker plots of complex functions in Julia using
+  smooth colors.
 </p>
diff --git a/docs/make.jl b/docs/make.jl
index c0d9416..21eeb6d 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -1,7 +1,8 @@
 using Pkg
 cd(@__DIR__)
 Pkg.activate(".")
-pkg"dev .. ../DomainColoringToy"
+Pkg.develop(path="..")
+Pkg.develop(path="../DomainColoringToy")
 Pkg.instantiate()
 Pkg.precompile()