Skip to content

Commit

Permalink
Fixed echo example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Sep 13, 2023
1 parent 2ca1b64 commit bb5e5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "corgi",
"publisher": "Corgi",
"description": "Spell checker for corgi-compose.yml files and corgi runner from vscode",
"version": "0.4.19",
"version": "0.4.20",
"license": "MIT",
"repository": "https://github.com/Andriiklymiuk/corgi_vscode_extension",
"icon": "resources/icon.png",
Expand Down
4 changes: 2 additions & 2 deletions src/examples/exampleProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const corgiExamplesFileName = 'corgi-examples.json';
export const exampleProjects: CorgiExample[] = [
{
title: '2 postgres databases with echo logs',
link: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/0example.corgi-compose.yml',
publicLink: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/0example.corgi-compose.yml'
link: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/echoExample.corgi-compose.yml',
publicLink: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/echoExample.corgi-compose.yml'
},
{
title: "Postgres with data + go + react native",
Expand Down

0 comments on commit bb5e5f8

Please sign in to comment.