From 474bc608d66215854d2ce6ece56a2a672f998fe9 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Tue, 3 Jul 2018 21:20:19 -0700 Subject: [PATCH 1/2] Fix English --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6a6756f7..f61e908d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # TradingView Charting Library -This repository contains Charting Library package. If you use Git in your project, please feel free to use this repo as a submodule to your one. +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. -`master` branch contains current stable version. +The `master` branch contains the current stable version. -`unstable` branch contains the most recent features and fixes, but it can be less stable (actually, it is beta which is already thourghly tested). +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). ### Documentation -See our docs @ this repository's [wiki](https://github.com/tradingview/charting_library/wiki). Please read it (at least, [Overview](https://github.com/tradingview/charting_library/wiki) and [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices)) before running the Library. +See our docs in this repository's [wiki](https://github.com/tradingview/charting_library/wiki). Please read it (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. ### Issues Tracking -We use GitHub [Issues tracker](https://github.com/tradingview/charting_library/issues) for our project. Feel free to create bug reports and features requests. Please try reading the doc before asking questions because we will have more time for development then. +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. ### Stay Tuned -[Follow us](https://twitter.com/intent/follow?screen_name=tv_charts) on Twitter to receive the updates. +[Follow us](https://twitter.com/intent/follow?screen_name=tv_charts) on Twitter to receive updates. From 21d2731daa75dcf8ca7dffeafeacacd4e97eb1fc Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 22 Jul 2018 16:36:10 -0700 Subject: [PATCH 2/2] Fix typo (please squash when merging) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61e908d..c984ea4b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the TradingView Charting Library package. If you use Gi 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). +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). ### Documentation See our docs in this repository's [wiki](https://github.com/tradingview/charting_library/wiki). Please read it (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.