diff --git a/README.md b/README.md index e5a48f1..fcde665 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Group of Loading Animations. ## Usage ```swift -let loadingGroup = let loadingGroup = STLoadingGroup(side: side, style: style) +let loadingGroup = STLoadingGroup(side: side, style: style) loadingGroup.show(inView: view) loadingGroup.startLoading() // stop: loadnigGroup.stopLoading() @@ -144,4 +144,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -``` \ No newline at end of file +```