From 86b843243a07021ecfad0a6f6e8cca60826230be Mon Sep 17 00:00:00 2001 From: "Nicholas A. Del Grosso" Date: Thu, 16 Feb 2023 09:47:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b63e6e0..1a0a95c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Callscript Not worth it to refactor your script into a bunch of functions? This is a simple python library that lets you run your script as though you had, so you can -call `results = callscript('myscript.py', x=3, y=4)`. Just add comments in your scirpt to show where the inputs and outputs are, and `callscript` will +call `results = callscript('myscript.py', x=3, y=4)`. Just add comments in your script to show where the inputs and outputs are, and `callscript` will make the function work properly: ```python @@ -132,4 +132,4 @@ To run tests, run the following command ### Adding to the Changelog -Don't modify the `CHANGELOG.rst` file directly! Instead, use`scriv create` make a new entry for the changelog. After you've written a contribution, add the entry and write what you did into the template. When we are ready to make a release, we'll use the `scriv collect` command to aggregate these fragments into a new changeelog entry. \ No newline at end of file +Don't modify the `CHANGELOG.rst` file directly! Instead, use`scriv create` make a new entry for the changelog. After you've written a contribution, add the entry and write what you did into the template. When we are ready to make a release, we'll use the `scriv collect` command to aggregate these fragments into a new changeelog entry.