Skip to content

Commit

Permalink
merging branches
Browse files Browse the repository at this point in the history
Merge branch 'gh-pages' of https://github.com/firebolt-db/godocs into gh-pages
  • Loading branch information
arushi-firebolt committed Feb 7, 2024
2 parents 0d692ec + 5e555a9 commit b77606f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
octokit (4.23.0)
faraday (>= 1, < 3)
Expand All @@ -230,7 +230,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Firebolt Node SDK is a software development kit designed to facilitate the i
## Installation
To install the Firebolt Node SDK, run the following command in your project directory:
```bash
npm install firebolt-node-sdk
npm install firebolt-sdk
```

## Quick Start
Expand Down Expand Up @@ -69,4 +69,4 @@ For more detailed documentation, including API references and advanced usage, pl
For support, issues, or contributing, please refer to the repository's issue tracker and contributing guidelines.

## License
This SDK is released under **Apache License 2.0**. Please see the [LICENSE](https://github.com/firebolt-db/firebolt-node-sdk/blob/main/LICENSE) file for more details.
This SDK is released under **Apache License 2.0**. Please see the [LICENSE](https://github.com/firebolt-db/firebolt-node-sdk/blob/main/LICENSE) file for more details.

0 comments on commit b77606f

Please sign in to comment.