windhamdavid 3 years ago
parent
commit
8856b51745
3 changed files with 5 additions and 5 deletions
  1. 2 2
      docs/localhost/macos.md
  2. 2 2
      package-lock.json
  3. 1 1
      sidebars.js

+ 2 - 2
docs/localhost/apple.md → docs/localhost/macos.md

@@ -1,9 +1,9 @@
-# Apple
+# MacOS
 
 
 #### Apple MacOS
 
-##### Cleanup Script
+### Cleanup Script
 ```
 curl -o cleanup https://code.davidawindham.com/cleaner/cleanup.sh
 chmod +x cleanup

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "daw-til-2",
-  "version": "0.0.0",
+  "version": "0.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "daw-til-2",
-      "version": "0.0.0",
+      "version": "0.0.1",
       "dependencies": {
         "@docusaurus/core": "2.0.0-beta.9",
         "@docusaurus/preset-classic": "2.0.0-beta.9",

+ 1 - 1
sidebars.js

@@ -63,7 +63,7 @@ module.exports = {
       items: [
         'localhost/macs',
         'localhost/magic',
-        'localhost/apple',
+        'localhost/macos',
         'localhost/chrome',
         'localhost/brew',
         'localhost/adobe',