summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadna Vigo <arivigodr@gmail.com>2020-11-15 00:05:52 +0100
committerAriadna Vigo <arivigodr@gmail.com>2020-11-15 00:05:52 +0100
commit44082d3d47b565999639e39150b4e5e0d2103ccd (patch)
tree9d65a33b31be634131ba5de0cca0660734d3c3ae
parent408c37674f5422188a22d2d48d45a8c31c7a0d0b (diff)
Reformatted README.md and LICENSE
-rw-r--r--LICENSE2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index e1d3c5a..d8f444e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -8,6 +8,6 @@ obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
- under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License. \ No newline at end of file
diff --git a/README.md b/README.md
index b5723a1..1e88c4a 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ Build by using:
$ make
```
-If you'd like to customize the building process, set your desired variables at
+If you'd like to customize the building process, set your desired variables in
config.mk.
minitimer is configured by setting variables in config.h, using config.def.h as
- a template.
+a template.
## Install
You may install minitimer by running the following command as root:
@@ -27,7 +27,7 @@ You may install minitimer by running the following command as root:
```
This will install the binary under $PREFIX/bin, as defined by your environment,
- or /usr/local/bin by default. The Makefile supports the $DESTDIR variable as
+or /usr/local/bin by default. The Makefile supports the $DESTDIR variable as
well.
## Usage