Skip to content

Commit

Permalink
feat: updated default example to hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 14, 2024
1 parent d4bcdc6 commit a2826e6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions WebSocketClient/assets/uvlExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ export function initExamples(editor: editor.IStandaloneCodeEditor) {
}

const defaultExampleText = `features
feature1
or
feature2
feature3
constraints
feature1`;
HelloWorld
optional
Greetings`;
const iceCreamExampleText = `features
"Ice Cream" {extended__}
mandatory
Expand Down

0 comments on commit a2826e6

Please sign in to comment.