You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Converts decimal to another base, eg. hex, octal, or binary
27
27
-[🕸 Edit Your HTML][heading__edit_your_html]
28
28
-[:floppy_disk: Commit and Push][heading__commit_and_push]
29
29
30
-
-[:scroll: Decimal to Base Reference][heading__api_reference]
30
+
-[:scroll: Decimal to Base Reference][heading__decimal_to_base_reference]
31
31
32
32
-[🗒 Notes][heading__notes]
33
33
@@ -258,7 +258,7 @@ Add `script` tag that sources the `decimal-to-base.js` script, eg...
258
258
#### Edit Your HTML
259
259
[heading__edit_your_html]:
260
260
#edit-your-html
261
-
"🕸 Source and utilize decimalToBase features"
261
+
"🕸 Source and utilize `decimalToBase` features"
262
262
263
263
264
264
**`index.html` (example)**
@@ -353,12 +353,12 @@ ___
353
353
354
354
355
355
## Decimal to Base Reference
356
-
[heading__api_reference]:
356
+
[heading__decimal_to_base_reference]:
357
357
#decimal-to-base-reference
358
-
"📜 The incantations that decimalToBase understands"
358
+
"📜 The incantations that `decimalToBase` understands"
359
359
360
360
361
-
The incantations that decimalToBase understands
361
+
The incantations that `decimalToBase` understands
362
362
363
363
364
364
**Parameters**
@@ -391,7 +391,7 @@ ___
391
391
"🗒 Additional things to keep in mind when developing"
392
392
393
393
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.
395
395
396
396
397
397
-[Fork][decimal_to_base__fork_it] this repository to an account that you have write permissions for.
@@ -473,7 +473,7 @@ ___
473
473
474
474
```
475
475
Documentation for converting decimal to another base, eg. hex, octal, or binary
476
-
Copyright (C) 2020 S0AndS0
476
+
Copyright (C) 2024 S0AndS0
477
477
478
478
This program is free software: you can redistribute it and/or modify
479
479
it under the terms of the GNU Affero General Public License as published
0 commit comments