Skip to content

Commit

Permalink
docs(Version): update version text
Browse files Browse the repository at this point in the history
Example work flow.
  • Loading branch information
SobieskiCodes committed Jul 17, 2024
1 parent 16c4cc2 commit a393bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
`-- index.jsx
```



## Useful docs for me
https://github.com/SobieskiCodes/Codefolio/blob/websocket/.github/workflows/CONVENTIONAL_COMMITS.md
https://github.com/SobieskiCodes/Codefolio/blob/websocket/.github/workflows/PROPERLY_SCOPED_BRANCH.MD
Expand Down
2 changes: 1 addition & 1 deletion src/components/VersionDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const VersionDisplay = () => {
fetchVersion();
}, []);

return <div className="version-display">version: {version}</div>;
return <div className="version-display">version example: {version}</div>;
};

export default VersionDisplay;

0 comments on commit a393bf9

Please sign in to comment.