Addressing comments

This commit is contained in:
Romain Francois 2024-08-22 12:05:12 +01:00
parent d77b7691b0
commit e0f5f3fc94
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# TradingView Charting Library and Angular 5 Integration Example
# TradingView Charting Library and Angular Integration Example
The earliest supported version of the charting library for these examples is `v28.0.0`.

View File

@ -13,6 +13,6 @@
"nuxt": "~2.18.1"
},
"devDependencies": {
"vue-server-renderer": "2.7.16"
"vue-server-renderer": "2.7.16"
}
}

View File

@ -15,4 +15,4 @@
"@vitejs/plugin-vue": "^5.1.1",
"vite": "^5.3.5"
}
}
}