Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update variable names & provide clarity on features in readme #178

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

jordan-bravo
Copy link
Contributor

In the README, example variable names for lndk.conf were incorrect. They need to be snake_case rather than kebab-case.

Specifically:
cert-path --> cert_path
macaroon-path --> macaroon_path

This commit updates the README with the proper variable names.

Additionally, this commit changes the wording for clarity by specifying LNDK "features" rather than "options".

In the README, example variable names for `lndk.conf` were incorrect.
They need to be snake_case rather than kebab-case.

Specifically:
`cert-path` --> `cert_path`
`macaroon-path` --> `macaroon_path`

This commit updates the README with the proper variable names.

Additionally, this commit changes the wording for clarity by specifying
LNDK "features" rather than "options".
@dunxen dunxen mentioned this pull request Oct 9, 2024
@dunxen dunxen changed the title chore: update readme chore: update variable names & provide clarity on features in readme Oct 9, 2024
@dunxen
Copy link
Collaborator

dunxen commented Oct 9, 2024

Apologies for only getting to this now. It fell off my radar due to travel.

I see this obsoletes #177.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (1cf2906) to head (fce5b5b).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #178   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           1       1           
  Lines         126     126           
======================================
  Misses        126     126           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@dunxen dunxen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Those were indeed meant to be snake_case!

@@ -3,15 +3,17 @@
LNDK is a standalone daemon that connects to [LND](https://github.com/lightningnetwork/lnd) (via its grpc API) that aims to implement [bolt 12](https://github.com/lightning/bolts/pull/798) functionality _externally_ to LND. LNDK leverages the [lightning development kit](https://github.com/lightningdevkit/rust-lightning) to provide functionality, acting as a thin "shim" between LND's APIs and LDK's lightning library.

Project Milestones:

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These newlines after headings have no effect on the rendered markdown, but it does make the source more readable 👍

@dunxen dunxen merged commit 925ce05 into lndk-org:master Oct 9, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants