Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jul 29, 2023
1 parent bda6d29 commit 006b4d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grainy
# Noise Maker

Makes grainy SVG textures
Makes noise based SVG patterns/textures

https://finitelooper.github.io/grainy/
https://finitelooper.github.io/noise-maker/
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "grainy",
"name": "noise-maker",
"version": "1.0.0",
"description": "Makes grainy SVG textures",
"homepage": "https://github.com/FiniteLooper/grainy#readme",
"description": "Makes noise based SVG patterns/textures",
"homepage": "https://github.com/FiniteLooper/noise-maker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FiniteLooper/grainy.git"
"url": "git+https://github.com/FiniteLooper/noise-maker.git"
},
"bugs": {
"url": "https://github.com/FiniteLooper/grainy/issues"
"url": "https://github.com/FiniteLooper/noise-maker/issues"
},
"keywords": [
],
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
/>
<title>Grainy</title>
<title>Noise Maker</title>
</head>
<body class="d-flex">
<aside class="flex-shrink-0 overflow-auto">
Expand Down

0 comments on commit 006b4d6

Please sign in to comment.