Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-risen committed Jun 10, 2024
2 parents 48454ec + 50c138d commit 668f69a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README_NPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SciChart.React requires core [SciChart.js](https://www.npmjs.com/package/scichar

The SciChartReact itself is MIT licensed, find the core library licensing info at [https://www.scichart.com/licensing-scichart-js/](https://www.scichart.com/licensing-scichart-js/).

:ledger: [Documentation and examples](https://abtsoftware.github.io/scichart-react/?path=/docs/example-scichartreact--docs)

## Getting Started

### Prerequisites
Expand Down Expand Up @@ -167,6 +169,8 @@ function App() {

- Learn about [features of SciChart.js](https://scichart.com/javascript-chart-features) here

- [SciChartReact Documentation and examples](https://abtsoftware.github.io/scichart-react/?path=/docs/example-scichartreact--docs)

### Onboarding

- [Tutorials](https://www.scichart.com/documentation/js/current/webframe.html#Tutorial%2001%20-%20Setting%20up%20a%20Project%20with%20SciChart.js.html)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scichart-react",
"version": "0.1.7",
"version": "0.1.8",
"description": "React wrapper for SciChart JS",
"homepage": "https://www.scichart.com",
"main": "index.js",
Expand Down

0 comments on commit 668f69a

Please sign in to comment.