From 7b4dacab6d78fc64e4b0eaf9bf65e46f0140ee6e Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Thu, 19 Aug 2021 18:27:59 +0200 Subject: [PATCH 1/2] Fix spelling of Metacello path Complements tom95/sandblocks#47. See Metacello/metacello#542 for more information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca16ca7..8ace8cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ohm/S is a Squeak/Smalltalk implementation of the metaprogramming framework [Ohm ```Smalltalk Metacello new baseline: 'Ohm'; - repository: 'github://hpi-swa/ohm-s/packages'; + repository: 'github://hpi-swa/Ohm-S/packages'; load. ``` From 6c8684ad3911e5ee60b2e004009eb35dfd0b37ba Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Thu, 19 Aug 2021 18:39:31 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ace8cf..72904ba 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ohm/S is a Squeak/Smalltalk implementation of the metaprogramming framework [Ohm ```Smalltalk Metacello new baseline: 'Ohm'; - repository: 'github://hpi-swa/Ohm-S/packages'; + repository: 'github://hpi-swa/Ohm-S:master/packages'; load. ```