Skip to content

Commit 5939fd3

Browse files
authored
Update README.md (#110)
1 parent 92dca6e commit 5939fd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ to it:
242242

243243
```json
244244
{
245-
"eClass": "http://www.eclipsesource.com/schema/2019/modelserver/command#//CompoundCommand",
245+
"eClass": "http://www.eclipse.org/emfcloud/modelserver/command#//CompoundCommand",
246246
"type": "compound",
247247
"commands": [
248248
{
249-
"eClass": "http://www.eclipsesource.com/schema/2019/modelserver/command#//Command",
249+
"eClass": "http://www.eclipse.org/emfcloud/modelserver/command#//Command",
250250
"type": "set",
251251
"owner": {
252252
"eClass":"http://www.eclipsesource.com/modelserver/example/coffeemodel#//AutomaticTask",
@@ -256,7 +256,7 @@ to it:
256256
"dataValues": [ "Auto Brew" ]
257257
},
258258
{
259-
"eClass": "http://www.eclipsesource.com/schema/2019/modelserver/command#//Command",
259+
"eClass": "http://www.eclipse.org/emfcloud/modelserver/command#//Command",
260260
"type": "add",
261261
"owner": {
262262
"eClass":"http://www.eclipsesource.com/modelserver/example/coffeemodel#//AutomaticTask",

0 commit comments

Comments
 (0)