diff --git a/README.md b/README.md
index 7d6778965c5e54d703e157525fd9133134184e00..4f5268786d8b526b1a200ca9e73c89c0c5790c14 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@ General Time Series Data Format, a binary hdf5 data format for storing time seri
 ### [fatigue_tools](wetb/fatigue_tools)
 - [fatigue](wetb/fatigue_tools/fatigue.py): Rainflow counting, cycle matrix and equvivalent loads
 
+### [wind](wetb/wind)
+- [shear](wetb/wind/shear.py): Calculate and fit wind shear 
+
 ### [FAST](wetb/fast)
 Tools for working with NREL's FAST code (An aeroelastic computer-aided engineering (CAE) tool for horizontal axis wind turbines)
 - [fast_io](wetb/fast/fast_io.py): Read binary and ascii result files
diff --git a/wetb/fatigue_tools/fatigue.py b/wetb/fatigue_tools/fatigue.py
index 72877cf13673ae677a03c7bca46afe43ae70ebb9..0c7425f4d790b559a992eacaacf0cfb4febed2d2 100644
--- a/wetb/fatigue_tools/fatigue.py
+++ b/wetb/fatigue_tools/fatigue.py
@@ -7,8 +7,6 @@ Created on 04/03/2013
 'cycle_matrix' calculates a matrix of cycles (binned on amplitude and mean value)
 'eq_load_and_cycles' is used to calculate eq_loads of multiple time series (e.g. life time equivalent load)
 
-
-
 '''
 
 #try: