From a53e75eca8a7c87845f13471e992cc06f5c61061 Mon Sep 17 00:00:00 2001 From: Yann LE GOFF <34318678+Nyan11@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:31:35 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 711edab5..5aa70fe6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Pyramid is a User-Interface (UI) editor. Pyramid is a WYSIWYG application (What You See Is What You Get) in other terms it allows you to visually design the expected outcome. -Pyramid help you to produce final UI using Bloc library (and also Toplo). +Pyramid helps you to produce final UI using Bloc library (and also Toplo). ## How to start From b69ec120b48df5d393f55d2dcf54fd4a273ec536 Mon Sep 17 00:00:00 2001 From: Yann LE GOFF <34318678+Nyan11@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:28:17 +0200 Subject: [PATCH 2/3] Update README.md dependencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aa70fe6..30c593c4 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,12 @@ Metacello new ## Dependencies -- [Bloc-Serialization](https://github.com/OpenSmock/Bloc-Serialization) +![image](https://github.com/OpenSmock/Pyramid/assets/34318678/099f25fc-74bd-477f-bef0-2ad7d47db10d) + - [Bloc](https://github.com/pharo-graphics/Bloc) +- [Alexandrie](https://github.com/pharo-graphics/Alexandrie) +- [Bloc-Serialization](https://github.com/OpenSmock/Bloc-Serialization) +- [Ston](https://github.com/svenvc/ston) ## License From 5030a2c27d5cc56c2c03c3ae6ac8b9b8c54154ac Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Sat, 26 Aug 2023 16:11:46 +0200 Subject: [PATCH 3/3] Update README.md Remove dependencies (for sub project) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 30c593c4..b62dff87 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Metacello new - [Bloc](https://github.com/pharo-graphics/Bloc) - [Alexandrie](https://github.com/pharo-graphics/Alexandrie) - [Bloc-Serialization](https://github.com/OpenSmock/Bloc-Serialization) -- [Ston](https://github.com/svenvc/ston) ## License