Sfoglia il codice sorgente

Add apm info to atom.md

Earlier pull request had syntax errors; fixed
Bharadwaj Raju 9 anni fa
parent
commit
9a88d3b049
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      pages/common/atom.md

+ 3 - 3
pages/common/atom.md

@@ -10,14 +10,14 @@
 
 `atom -n {{path/to/file/or/folder}}`
 
-- Install packages from http://atom.io/packages and themes from http://atom.io/themes
+- Install packages from http://atom.io/packages and themes from http://atom.io/themes:
 
 `apm install {{package_name}}`
 
-- Remove packages/themes
+- Remove packages/themes:
 
 `apm remove {{package_name}}`
 
-- Upgrade packages/themes
+- Upgrade packages/themes:
 
 `apm upgrade {{package_name}}`