From 37d59944446cb82dd0734bb065a8bbf0ecfb35b6 Mon Sep 17 00:00:00 2001 From: Eliott-Guevel <76944457+Eliott-Guevel@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:18:29 +0100 Subject: [PATCH] Update README.md small corrections --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7834383e..ccc48c59 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Pyramid is a WYSIWYG application (What You See Is What You Get) in other terms i Pyramid helps you to produce final UI using Bloc library (and also Toplo). -You can add plugins into Pyramid to extents the editor capacities or create [your own plugin](https://github.com/OpenSmock/Pyramid/wiki/Add-a-new-plugin-to-Pyramid) with your specifics functions ! +You can add plugins into Pyramid to extend the editor capacities or create [your own plugin](https://github.com/OpenSmock/Pyramid/wiki/Add-a-new-plugin-to-Pyramid) with your specific functions ! @@ -26,7 +26,7 @@ You can add plugins into Pyramid to extents the editor capacities or create [you You can load a stable release version of Pyramid or the latest development version. -The latest development version can provide the new incoming functionalities but can be unstable. +The latest development version provides the new incoming functionalities but can be unstable. To install a version of Pyramid, use one of the following scripts inside a playground. @@ -41,7 +41,7 @@ Metacello new ### Stable release version -Be careful the examples with gradient paint and the gradient paint selector will not work because Bloc updated its API. +Be careful, the examples with gradient paint and the gradient paint selector will not work because Bloc updated its API. ```st Metacello new @@ -60,7 +60,7 @@ spec baseline: 'Pyramid' with: [ spec repository: 'github://OpenSmock/Pyramid:ma ### Create a new project -Open the Pyramid menu into Library and click `New Project`. +Open the Pyramid menu from the Library tab and click `New Project`. ![image](https://github.com/OpenSmock/Pyramid/assets/49183340/602db97b-dcd1-4824-a3ef-125ee5bdfd16) @@ -70,7 +70,7 @@ Then the project view appears in a new window. ### Add and setup graphical elements -Use the create button to add graphical element in your project view. +Use the create button to add graphical elements in your project view. https://github.com/OpenSmock/Pyramid/assets/49183340/a02db9ad-314a-4caf-884c-9da4da809293 @@ -109,7 +109,7 @@ element editWithPyramid. space editWithPyramid. ``` -You can edit in Pyramid all opened BlSpace with `F12` keyboard shortcut, this feature can be disable in the settings. +You can edit in Pyramid all opened BlSpace with the `F12` keyboard shortcut, this feature can be disabled in the settings. When a window is open in Pyramid, an image is displayed on it to attract the user's attention: @@ -118,7 +118,7 @@ https://github.com/OpenSmock/Pyramid/assets/49183340/0c66a3ac-7bea-48c1-b1e8-0b0 ## Plugins ![image](https://user-images.githubusercontent.com/49183340/263474758-37833c2b-f7ad-4b46-ab58-cb3d92c28413.png) -- [FigmaToWorld](https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld) plugin provide capacities to import projects designed with [Figma](https://www.figma.com) +- [FigmaToWorld](https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld) plugin provides capacities to import projects designed with [Figma](https://www.figma.com) ## Dependencies