From d3f0ea99f3b6575e015d95ff9ef1606f5ca889ba Mon Sep 17 00:00:00 2001 From: Roman Sotnikov Date: Wed, 27 Jan 2016 10:28:23 +0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dcd9221..bdf7cd5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # ESpec Package for Sublime Text 2/3 -Based on the awesome [RSpec Package for Sublime Text 2/3][https://github.com/SublimeText/RSpec] +Based on the awesome [RSpec Package for Sublime Text 2/3](https://github.com/SublimeText/RSpec) ## Description -[ESpec][espec] is a Behavior-Driven Development testing framework for Elixir. +[ESpec](https://github.com/antonmi/espec) is a Behavior-Driven Development testing framework for Elixir. ESpec is inspired by RSpec and the main idea is to be close to its perfect DSL. This package adds support to Sublime Text 2 and 3 for specifying and testing Elixir applications with ESpec. It contains extra syntax highlighting and many snippets. -[rspec]: https://github.com/antonmi/espec - ## Installation