diff --git a/README.md b/README.md
index 56b7fbe..0f9723f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-## Denoising Diffusion Probabilistic Model, in Pytorch (wip)
+## Denoising Diffusion Probabilistic Model, in Pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the gradient of the data distribution, followed by Langevin sampling to sample from the true distribution. This implementation was transcribed from the official Tensorflow version here.