Skip to content

Commit 0d16a27

Browse files
committed
⬆️ Bump version and license...
And correct a few documentation formatting issues too
1 parent e27d67b commit 0d16a27

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.github/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Converts decimal to another base, eg. hex, octal, or binary
2727
- [🕸 Edit Your HTML][heading__edit_your_html]
2828
- [:floppy_disk: Commit and Push][heading__commit_and_push]
2929

30-
- [:scroll: Decimal to Base Reference][heading__api_reference]
30+
- [:scroll: Decimal to Base Reference][heading__decimal_to_base_reference]
3131

3232
- [🗒 Notes][heading__notes]
3333

@@ -258,7 +258,7 @@ Add `script` tag that sources the `decimal-to-base.js` script, eg...
258258
#### Edit Your HTML
259259
[heading__edit_your_html]:
260260
#edit-your-html
261-
"🕸 Source and utilize decimalToBase features"
261+
"🕸 Source and utilize `decimalToBase` features"
262262

263263

264264
**`index.html` (example)**
@@ -353,12 +353,12 @@ ___
353353

354354

355355
## Decimal to Base Reference
356-
[heading__api_reference]:
356+
[heading__decimal_to_base_reference]:
357357
#decimal-to-base-reference
358-
"📜 The incantations that decimalToBase understands"
358+
"📜 The incantations that `decimalToBase` understands"
359359

360360

361-
The incantations that decimalToBase understands
361+
The incantations that `decimalToBase` understands
362362

363363

364364
**Parameters**
@@ -391,7 +391,7 @@ ___
391391
"🗒 Additional things to keep in mind when developing"
392392

393393

394-
This repository may not be feature complete and/or fully functional, Pull Requests that add features or fix bugs are certainly welcomed. For example this project converts **integers** only at this time, ie. floating point numbers are **not** supported.
394+
This repository may not be feature complete and/or fully functional, Pull Requests that add features or fix bugs are certainly welcomed. For example this project converts **integers** only at this time, I.E. floating point numbers are **not** supported.
395395

396396

397397
- [Fork][decimal_to_base__fork_it] this repository to an account that you have write permissions for.
@@ -473,7 +473,7 @@ ___
473473

474474
```
475475
Documentation for converting decimal to another base, eg. hex, octal, or binary
476-
Copyright (C) 2020 S0AndS0
476+
Copyright (C) 2024 S0AndS0
477477
478478
This program is free software: you can redistribute it and/or modify
479479
it under the terms of the GNU Affero General Public License as published

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decimal-to-base",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Converts decimal to provided base",
55
"main": "decimal-to-base.js",
66
"scripts": {

0 commit comments

Comments
 (0)