Skip to content

Commit ad866c6

Browse files
committed
Update readme
1 parent 8bc10d6 commit ad866c6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**iracing-sdk-js** provides data access (live telemetry and session info) and most of the available commands. You can find some usage examples in the [examples](https://github.com/friss/iracing-sdk-js/tree/main/examples) directory, and there are some [data samples](https://github.com/friss/iracing-sdk-js/tree/main/sample-data) too.
88

9+
Latest tested iRacing version: *2025 Season 4*
10+
911
## Installing
1012

1113
Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Currently requires Node 21 for latest node test runner implementation, but should work with Node 20 too.)
@@ -14,7 +16,6 @@ Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Curr
1416

1517
`yarn add iracing-sdk-js --save`
1618

17-
1819
## API documentation
1920

2021
<a name="module_irsdk"></a>
@@ -681,7 +682,6 @@ Go to frame. Frame counting can be relative to begin, end or current.
681682
iracing.playbackControls.searchFrame(1, 'current') // go to 1 frame forward
682683
```
683684

684-
685685
## Development
686686

687687
To develop `iracing-sdk-js` itself, you need working working installation of [node-gyp](https://github.com/nodejs/node-gyp#on-windows).
@@ -697,7 +697,6 @@ Useful commands:
697697

698698
Released under the [MIT License](https://github.com/friss/iracing-sdk-js/blob/main/LICENSE.md).
699699

700-
701700
## Credits
702701
Originally based on [node-irsdk](https://github.com/apihlaja/node-irsdk) by [apihlaja](https://github.com/apihlaja).
703702

doc/README.hbs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**iracing-sdk-js** provides data access (live telemetry and session info) and most of the available commands. You can find some usage examples in the [examples](https://github.com/friss/iracing-sdk-js/tree/main/examples) directory, and there are some [data samples](https://github.com/friss/iracing-sdk-js/tree/main/sample-data) too.
88

9+
Latest tested iRacing version: *2025 Season 4*
10+
911
## Installing
1012

1113
Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Currently requires Node 21 for latest node test runner implementation, but should work with Node 20 too.)
@@ -14,12 +16,10 @@ Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Curr
1416

1517
`yarn add iracing-sdk-js --save`
1618

17-
1819
## API documentation
1920

2021
{{>main}}
2122

22-
2323
## Development
2424

2525
To develop `iracing-sdk-js` itself, you need working working installation of [node-gyp](https://github.com/nodejs/node-gyp#on-windows).
@@ -35,7 +35,6 @@ Useful commands:
3535

3636
Released under the [MIT License](https://github.com/friss/iracing-sdk-js/blob/main/LICENSE.md).
3737

38-
3938
## Credits
4039
Originally based on [node-irsdk](https://github.com/apihlaja/node-irsdk) by [apihlaja](https://github.com/apihlaja).
4140

0 commit comments

Comments
 (0)