From f824ded2df1d3a24fd2793713364fdc1c25f5b8b Mon Sep 17 00:00:00 2001 From: vsharika1 <109624287+vsharika1@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:46:42 -0700 Subject: [PATCH] Rewrote some parts of README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d5668df..333ffe7 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,18 @@ ## Introduction -This repository contains pieces of code that I want to have, but don't deserve their own repository. +This repository is a collection of little snippets of code that are incomplete and too small to have their own repository, which is the reason I stored them all in one directory. -It's a collection of little snippets of programs I write when I test out ideas. Many are written quickly and off the cuff. +Some of these are mostly snippets of random code from small projects or experiments. I also use this repository as storage for basic examples like “Hello World”. -Some of these are mostly snippets of random code from small projects, experiments and some courses. This is also a place to keep those "Hello World" and basic examples. - -This gives a kind of rough idea of how much I know about a given language, library or framework. They're not complete. +Even though they are not complete, this repository should provide a rough idea of how much I know about a given language, library, or framework. ## Structure -I've organized the snippets by language, library or framework, each having its own directory. The title of each file should give a clue about its purpose. Keep in mind, however, that some of these are written quickly and aren't necessarily well documented. _They're "prototype" or "experimental" code._ +I've organized the snippets by language, library, or framework, each having its own directory. The title of each file should give a clue about its purpose. Keep in mind, however, that some of these are written quickly and aren't necessarily well documented. They're "prototype" or "experimental" code. ## Disclaimer -I make no guarantee of any of this code functioning or serving any specific need. _I do try to mark code that doesn't work, though._ These programs are here primarily for educational or reference value. +I take no guarantee of any of this code functioning or serving any specific need. I do try to mark code that doesn't work, though. These programs are here primarily for educational or reference value. -That being said, I do hope you find them useful. _I'd love to hear from you if so._ \ No newline at end of file +I do hope you find them useful. I'd love to hear from you if so.