Skip to content

Commit 150e305

Browse files
committed
docs: Update README.md
1 parent 3dd3ee6 commit 150e305

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Screenshots of the website:
2424

2525
<div align="center">
2626

27-
<!-- TODO replace with URL in badge but need to restructure how the badge works to allow '/' -->
28-
[![View site GH Pages](https://img.shields.io/badge/View_site-GH_Pages-green?style=for-the-badge)](https://michaelcurrin.github.io/dev-cheatsheets/)
27+
[![View - michaelcurrin.github.io/dev-cheatsheets/](https://img.shields.io/static/v1?label=View&message=michaelcurrin.github.io%2Fdev-cheatsheets%2F&color=green&style=for-the-badge)](michaelcurrin.github.io/dev-cheatsheets/)
2928

3029
</div>
3130

@@ -36,7 +35,7 @@ An idea of what to expect in this guide.
3635

3736
- **Languages** - Syntax and functions across languages. Including how to operate on an array in JavaScript, available Jekyll filters and common and specialized uses of Markdown. Most code snippets here are only one line.
3837
- **CLI tools** - Terminal commands and flags that are useful to me, including listing what they are, what they mean and an example of how to use them. Especially using versatile/complex tools like `sed` or `git`.
39-
- **Help** - Portions of the manpages, to make it easier to read about command in the browser without going through the entire manpage on the terminal.
38+
- **Help** - Portions of the man pages, to make it easier to read about command in the browser without going through the entire manpage on the terminal.
4039
- **Resources** - There are also some details for external resources.
4140

4241
The idea for the first two types is that the code here is generic. There are placeholder values for demonstration but you'll need to change them for your own situation. See also my [Code Cookbook](https://michaelcurrin.github.io/code-cookbook/) project. It has recipes which structured similarly to cheatsheets, except that the recipes are usually entire snippets, files or even sets of files. And they usually have real-world values from my own or other projects, rather than generic placeholder values.
@@ -71,5 +70,3 @@ Contributions are welcome. See instructions.
7170
Released under [MIT](/LICENSE).
7271

7372
You must include a copy of this original license if you fork this repo or use a significant portion of it.
74-
75-
GitHub corner SVG from: [tholman.com/github-corners](https://tholman.com/github-corners/)

0 commit comments

Comments
 (0)