diff --git a/README.md b/README.md index 12012e5..a992d21 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,10 @@ The scripts are about: * eratosthenes_sieve.js: Computes prime numbers by using the eratosthenes sieve algorithm. Basic implementation I made in 2016 to run the algorithm. [![Screenshot 1](https://raw.githubusercontent.com/TobiasBriones/images/master/example-projects/example.math.computation.js.misc-computations-in-js/screenshot-1.png)](https://github.com/TobiasBriones/images/tree/master/example-projects) + +## License +Example Project - Miscellaneous computations in JS + +Copyright © 2019 Tobias Briones. All rights reserved. + +This software is licensed under the [MIT License](https://github.com/TobiasBriones/example.math.computation.js.misc-computations-in-js/blob/master/LICENSE).