From c0966f36e253bfa8bae62b2aad656c20165f06bd Mon Sep 17 00:00:00 2001 From: Denis Kudriashov Date: Fri, 5 Jul 2019 16:07:12 +0100 Subject: [PATCH] fix repo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a4909..0e8def4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ On the client you can load default project group: ```Smalltalk Metacello new baseline: 'Seamless'; - repository: 'github://dionisiydk/Seamless'; + repository: 'github://pharo-ide/Seamless'; load ``` It will include tests and tools to inspect remote objects.