commit b9b42223d5687ee98b8706b1826823594cb83dea
parent 1b0587eb6a1ff84f48335041222579b71e181f2d
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Mon, 9 Feb 2015 23:50:02 +0300
Fix README.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -49,7 +49,7 @@ utilizing a unidirectional data flow.
│ └── /server.js # Server-side startup script
│── gulpfile.js # Configuration file for automated builds
│── package.json # The list of 3rd party libraries and utilities
-│── preprocessor.js # ES6 transpiler settings for [Jest](facebook.github.io/jest/)
+│── preprocessor.js # ES6 transpiler settings for Jest
└── webpack.config.js # Webpack configuration for bundling and optimization
```