diff --git a/_sources/documentation/constants.rst.txt b/_sources/documentation/constants.rst.txt
index 7dabd50e..81ec4937 100644
--- a/_sources/documentation/constants.rst.txt
+++ b/_sources/documentation/constants.rst.txt
@@ -18,7 +18,7 @@ Frame and pixel shape
DEFAULT_PIXEL_HEIGHT = 1080
DEFAULT_PIXEL_WIDTH = 1920
- DEFAULT_FRAME_RATE = 30
+ DEFAULT_FPS = 30
Buffs
-----
diff --git a/_sources/getting_started/configuration.rst.txt b/_sources/getting_started/configuration.rst.txt
index 9b1a147f..c34948b5 100644
--- a/_sources/getting_started/configuration.rst.txt
+++ b/_sources/getting_started/configuration.rst.txt
@@ -56,7 +56,7 @@ flag abbr function
``--start_at_animation_number START_AT_ANIMATION_NUMBER`` ``-n`` Start rendering not from the first animation, but from another, specified by its index. If you passing two comma separated values, e.g. "3,6", it will end the rendering at the second value.
``--embed LINENO`` ``-e`` Takes a line number as an argument, and results in the scene being called as if the line ``self.embed()`` was inserted into the scene code at that line number
``--resolution RESOLUTION`` ``-r`` Resolution, passed as "WxH", e.g. "1920x1080"
-``--frame_rate FRAME_RATE`` Frame rate, as an integer
+``--fps FPS`` Frame rate, as an integer
``--color COLOR`` ``-c`` Background color
``--leave_progress_bars`` Leave progress bars displayed in terminal
``--video_dir VIDEO_DIR`` Directory to write video
diff --git a/development/about.html b/development/about.html
index 7d97cb07..2dcc369f 100644
--- a/development/about.html
+++ b/development/about.html
@@ -9,8 +9,8 @@
-
-
+
+