diff --git a/NEWS.md b/NEWS.md
index 4567bfb55e6a55938e6c294a0be8e3b639cedac9..32457e1aff5ea3693ffe89ad081e2a2adc587267 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -79,7 +79,7 @@ ________________________________________________________________________________
 
 #### New features
 
-- A digital object identifier (DOI) now allows to identify the manual of the 'airGR' package. When you use airGR in your work, please always cite both the article and the manual. The last one allows to know the version of the package that is used in order to enhance reproducible research. The references can be displayed with the `citation("airGR")` command.
+- A digital object identifier (DOI) now allows to identify the manual of the 'airGR' package. When you use 'airGR' in your work, please always cite both the article and the manual. The last one allows to know the version of the package that is used in order to enhance reproducible research. The references can be displayed with the `citation("airGR")` command.
 
 #### Bug fixes
 
@@ -205,7 +205,7 @@ ________________________________________________________________________________
 - The `Qobs` argument is now deprecated in `CreateInputsCrit()` and has been renamed `Obs`.
 - The `FUN_CRIT` argument is now deprecated in `ErrorCrit()`. This function now gets this information from the `InputsCrit` argument.
 - The `FUN_CRIT` argument is now deprecated in `Calibration_Michel()`. This function now gets this information from the `InputsCrit` argument.
-- The `plot_OutputsModel()` had been deprecated in airGR 1.0.4 (it had been replaced by the use of `plot.OutputsModel()` or `plot()`) and is defunct now.
+- The `plot_OutputsModel()` had been deprecated in 'airGR' 1.0.4 (it had been replaced by the use of `plot.OutputsModel()` or `plot()`) and is defunct now.
 
 
 #### Major user-visible changes
@@ -295,7 +295,7 @@ ________________________________________________________________________________
 #### CRAN-compatibility updates
 
 - Function name changed in a vignettes to avoid error during the check on Debian distribution
-- As recomanded by CRAN managers, the NEWS file is now at the text format and is no more just a link to the airGR Website
+- As recomanded by CRAN managers, the NEWS file is now at the text format and is no more just a link to the 'airGR' Website
 - Added the `Vignette_Param.` datasets in order to reduce runtime during the re-building of vignettes. It contains different objects needed for param_optim and param_mcmc vignettes.
 
 ____________________________________________________________________________________