Update README.md
This commit is contained in:
committed by
GitHub
parent
32667030f4
commit
e5359799aa
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
||||
# TradingView Charting Library
|
||||
|
||||
[Demo][demo-url] | [Documentation][wiki-url] | [Tutorial][tutorial-url] | [Discord community](https://discord.gg/E6UthXZ)
|
||||
[Demo][demo-url] | [Documentation][wiki-url] | [Tutorial][tutorial-url] | [Discord community][discord-url]
|
||||
|
||||
This repository contains the TradingView Charting Library package. If you use Git in your project, please feel free to use this repo as a submodule in yours.
|
||||
|
||||
@@ -8,14 +8,18 @@ The `master` branch contains the current stable version.
|
||||
|
||||
The `unstable` branch contains the most recent features and fixes, but it can be less stable (actually, it's the beta, which is already thoroughly tested).
|
||||
|
||||
Please read [wiki](https://github.com/tradingview/charting_library/wiki) (at least the [Overview](https://github.com/tradingview/charting_library/wiki) and the [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices)) before using the Library.
|
||||
Please read [wiki][wiki-url] (at least the [Overview][wiki-url] and the [Best Practices][best-practices-url]) before using the Library.
|
||||
|
||||
### Issues Tracking
|
||||
We use GitHub's [Issues tracker](https://github.com/tradingview/charting_library/issues) for our project. Feel free to create bug reports and features requests. Make sure to read the documentation before asking questions - this will avoid repeated questions, leaving us more time for developing the library.
|
||||
We use GitHub's [Issues tracker][issues-url] for our project. Feel free to create bug reports and features requests. Make sure to read the documentation before asking questions - this will avoid repeated questions, leaving us more time for developing the library.
|
||||
|
||||
### Stay Tuned
|
||||
[Follow us](https://twitter.com/intent/follow?screen_name=tv_charts) on Twitter to receive updates.
|
||||
[Follow us][twitter-url] on Twitter to receive updates.
|
||||
|
||||
[demo-url]: https://charting-library.tradingview.com/
|
||||
[wiki-url]: https://github.com/tradingview/charting_library/wiki
|
||||
[tutorial-url]: https://github.com/tradingview/charting-library-tutorial
|
||||
[best-practices-url]: https://github.com/tradingview/charting_library/wiki/Best-practices
|
||||
[issues-url]: https://github.com/tradingview/charting_library/issues
|
||||
[twitter-url]: https://twitter.com/intent/follow?screen_name=tv_charts
|
||||
[discord-url]: https://discord.gg/E6UthXZ
|
||||
|
||||
Reference in New Issue
Block a user