Browse Source

Update meta files

simov 7 years ago
parent
commit
33db8f3415
3 changed files with 11 additions and 7 deletions
  1. 4 0
      .gitignore
  2. 1 1
      LICENSE
  3. 6 6
      README.md

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+npm-debug.log
+coverage/
+node_modules/
+package-lock.json

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2013-2017 Simeon Velichkov <[email protected]>
+Copyright (c) 2013-2018 Simeon Velichkov <[email protected]>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 6 - 6
README.md

@@ -239,7 +239,7 @@ Markdown Viewer can be used with any markdown parser/compiler. Currently the fol
 
 The MIT License (MIT)
 
-Copyright (c) 2013-2017 Simeon Velichkov <[email protected]>
+Copyright (c) 2013-2018 Simeon Velichkov <[email protected]>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -284,14 +284,14 @@ SOFTWARE.
   [themes3]: https://github.com/nWODT-Cobalt/markown-utilities
   [prism]: http://prismjs.com/
   [gfm-tables]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables
-  [syntax]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax.md
+  [syntax]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax/syntax.md
   [compilers]: https://github.com/simov/markdown-viewer/tree/compilers
   [test]: https://github.com/simov/markdown-viewer/tree/master/test
 
-  [test-syntax]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax.md
-  [test-mathjax]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/mathjax.md
-  [test-yaml]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/yaml.md
-  [test-toml]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/toml.md
+  [test-syntax]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax/syntax.md
+  [test-mathjax]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax/mathjax.md
+  [test-yaml]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax/yaml.md
+  [test-toml]: https://raw.githubusercontent.com/simov/markdown-viewer/master/test/syntax/toml.md
 
   [file-urls]: https://i.imgur.com/rNS9ADW.png
   [add-origin]: https://i.imgur.com/GnKmkRG.png