diff --git a/README.md b/README.md
index 12dd3670cab9e65c8eb673578b11afe2b96d6c08..069f5ce7e1de5356080ebbe460738570f06818c8 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
 # Convert Veeco Wyko NT9100 ASC format
 
+## Description
+
+Python code for converting profilometry data from a Veeco Wyko NT9100 into another format for further processing. In the Veeco software, the file should be saved in ASC format.
+
+## Notes 
+
+- There are several options in the Veeco software for saving in the ASC format. I think all should work except for the `XYZ Triplet, Pixel` option.
+- The code useful for the user is contained in a `main()` so I can put that at the top, and all the internal stuff you don't care for at the end, and keep everything in one file.
 
 
-## Getting started
+## template
 
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
 
 Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!