Skip to content

Commit e667ca6

Browse files
authored
Update README.md
1 parent 1c16276 commit e667ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p> There are many notes apps, but I needed something simple that works for me on my laptop. That is why I made minimal notes that will work in my browser locally. Everything is stored in your web browser localStorage. All the coding is done with Vue.js and the best part is everything is in the index.html file that is only 4Kb. </p>
1010

11-
<p>I also made Minimal Notes.app for Mac OS users. First I used <a href="https://electronjs.org">Electron</a> to package the app. But the file form 4Kb become 400 Mb width some optimisation I achieved around 140 Mb but I was not happy. Then I tried <a href="https://cordova.apache.org/docs/en/latest/guide/platforms/osx/">Cordova for Mac</a> and worked perfectly. The file become 0.45 Mb that is much better then 140 Mb.</p>
11+
<p>I also made Minimal Notes.app for Mac OS users. First I used <a href="https://electronjs.org">Electron</a> to package the app. But the file from 4Kb become 400 Mb, with some optimisation I achieved around 140 Mb but I was not happy. Then I tried <a href="https://cordova.apache.org/docs/en/latest/guide/platforms/osx/">Cordova for Mac</a> and worked perfectly. The file become 0.45 Mb that is much better then 140 Mb.</p>
1212

1313
<h3>You can use it from here or download it locally</h3>
1414

0 commit comments

Comments
 (0)