From 1425900bb0b9e34355fabe0b3ebb7de28ed7206d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 8 Jul 2016 22:55:09 -0700 Subject: [PATCH] Updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ad8ca..e2177f0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Homemaker is a lightweight tool for straightforward and efficient management of \*nix configuration files found in the user's home directory, commonly known as [dot-files](https://en.wikipedia.org/wiki/Dot-file). It can also be readily used for general purpose system bootstrapping, including installing packages, cloning repositories, etc. This tool is -written in Golang, requires no installation, has no dependencies and makes use of simple configuration file structure +written in Go, requires no installation, has no dependencies and makes use of simple configuration file structure inspired by [make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate [symlinks](https://en.wikipedia.org/wiki/Symbolic_link) and execute system commands to aid in configuring a new system for use.